Refactor log handler and support TCP/UDP communications

This commit is contained in:
Aaron Tan
2017-03-15 14:09:26 -04:00
parent 1f99a0df85
commit 8d2ee8c30f
9 changed files with 443 additions and 203 deletions

View File

@@ -877,7 +877,7 @@ INSIGHTS_URL_BASE = "https://access.redhat.com"
TOWER_SETTINGS_MANIFEST = {}
LOG_AGGREGATOR_ENABLED = False
LOG_AGGREGATOR_HTTP_TIMEOUT = 5
LOG_AGGREGATOR_TCP_TIMEOUT = 5
# The number of retry attempts for websocket session establishment
# If you're encountering issues establishing websockets in clustered Tower,