Moved from https://github.com/StackStorm/st2enterprise-dockerfiles/issues/47
In a normal non-dockerized deployment, typical service logs vs AUDIT logs from the services are divided into different logfiles.
In Dockerized environment the established practice is to log to stdout/stderr.
At the moment we log to stdout only INFO loglevel events.
Consider including AUDIT logs as well.
In a normal non-dockerized deployment, typical service logs vs AUDIT logs from the services are divided into different logfiles.
In Dockerized environment the established practice is to log to stdout/stderr.
At the moment we log to stdout only
INFOloglevel events.Consider including
AUDITlogs as well.