podman run, log-driver=journald and log-opt path. Can both be used in combination?
Hi!
podman run ...
log-driver=journald and log-opt path=<...>
Can both be used together?
We would like to print logs from a pod to both of those.
Currently, if log-driver=journald is in use, nothing gets printed to directory in "log-opt path".
So, it does not seem to be possible to use those together at the same time. It might not be possible to set multiple "--log-drivers" in use ( ? ).
In such case, any other solution alternatives, with podman?
OS and version: Red Hat Enterprise Linux release 8.6 (Ootpa)