Allow specifying log handler level.

This commit is contained in:
Aaron Tan
2017-06-20 15:47:07 -04:00
parent 92bc5fd3f0
commit 9874e123be
4 changed files with 50 additions and 14 deletions

View File

@@ -917,6 +917,7 @@ TOWER_SETTINGS_MANIFEST = {}
LOG_AGGREGATOR_ENABLED = False
LOG_AGGREGATOR_TCP_TIMEOUT = 5
LOG_AGGREGATOR_VERIFY_CERT = True
LOG_AGGREGATOR_LEVEL = 'INFO'
# The number of retry attempts for websocket session establishment
# If you're encountering issues establishing websockets in clustered Tower,