-
-
Notifications
You must be signed in to change notification settings - Fork 33
Log AUDIT events in Docker #5
Copy link
Copy link
Open
Labels
DockerenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
DockerenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
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.