mirror of
https://github.com/containers/podman.git
synced 2025-05-24 02:27:00 +08:00

I found that Quadlet didn't currently have support for log options. This merge allows Quadlet to handle log options and correctly pass those values through to `podman run` for Container and Kube types. Syntactically consistent with existing parameters: ```ini [Container] Image=localhost/imagename LogOpt=path=/var/log/container/mycontainer.json LogOpt=size=10mb ``` Signed-off-by: Brett Calliss <brett@obligatory.email>