add a setting for enabling high rsyslogd verbosity

This commit is contained in:
Ryan Petrello
2020-04-23 12:04:19 -04:00
parent e7a9604896
commit e51d0b6fde
3 changed files with 13 additions and 0 deletions

View File

@@ -942,6 +942,7 @@ LOG_AGGREGATOR_VERIFY_CERT = True
LOG_AGGREGATOR_LEVEL = 'INFO'
LOG_AGGREGATOR_MAX_DISK_USAGE_GB = 1
LOG_AGGREGATOR_MAX_DISK_USAGE_PATH = '/var/lib/awx'
LOG_AGGREGATOR_RSYSLOGD_DEBUG = False
# The number of retry attempts for websocket session establishment
# If you're encountering issues establishing websockets in clustered Tower,