Hi, we rely on podman events via file for our workflows. Is there a recommended way to truncate/rotate/move the events.log file without losing potential event logs while doing so? journald isn't an option.
Thanks in advance
_______________________________________________ Podman mailing list -- podman@lists.podman.io To unsubscribe send an email to podman-leave@lists.podman.io
Currently we tell people to rely on journald for this. We have
some "poormans" rotation for logs, but I don't think we do
anything for events. You could add an issue on this, or better
yet a PR. :^)