mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 16:37:30 -02:30
Allows for docker logger support
This commit is contained in:
committed by
Ryan Petrello
parent
5527fc9115
commit
ea175ac5b6
@@ -155,3 +155,10 @@ secret_key=awxsecret
|
||||
|
||||
# Docker compose explicit subnet. Set to avoid overlapping your existing LAN networks.
|
||||
#docker_compose_subnet="172.17.0.1/16"
|
||||
#
|
||||
# Allow for different docker logging drivers
|
||||
# By Default; the logger will be json-file, however you can override
|
||||
# that by uncommenting the docker_logger below.
|
||||
# Be aware that journald may rate limit your log messages if you choose it.
|
||||
# See: https://docs.docker.com/config/containers/logging/configure/
|
||||
# docker_logger=journald
|
||||
|
||||
Reference in New Issue
Block a user