*Quote:*
*A twelve-factor app never concerns itself with routing or storage of its
output stream.* It should not attempt to write to or manage logfiles.
Instead, each running process writes its event stream, unbuffered, to stdout.
During local development, the developer will view this stream in the
foreground of their terminal to observe the app’s behavior.
End of quote
https://12factor.net/logs
The question is should podman have a plugins mechanism that do something
similar to
podman logs -f mycnt | send_to_xyz mycnt
should we implement jsonl log format (one json per line)
https://docs.docker.com/config/containers/logging/json-file/
On Tue, Sep 29, 2020, 9:20 PM Daniel Walsh <dwalsh(a)redhat.com> wrote:
On 9/28/20 11:15, Osama Elswah wrote:
Is there a way to send podman logs to Splunk HEC as docker does?
https://docs.docker.com/config/containers/logging/splunk/
Regards
Osama
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
We don't currently support logging plugins, but would love to have help
from the community to implement this. Please open a Github issue on this.
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io