Allows for docker logger support

This commit is contained in:
Ben Schmitz
2020-05-06 16:14:25 -05:00
committed by Ryan Petrello
parent 5527fc9115
commit ea175ac5b6
2 changed files with 19 additions and 0 deletions

View File

@@ -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