add an AWX_ISOLATED_VERBOSITY setting for debugging isolated connections

This commit is contained in:
Ryan Petrello
2018-11-26 17:26:30 -05:00
parent fc0a039097
commit d5c6c589b2
3 changed files with 21 additions and 2 deletions

View File

@@ -430,6 +430,9 @@ AWX_ISOLATED_CONNECTION_TIMEOUT = 10
# The time (in seconds) between the periodic isolated heartbeat status check
AWX_ISOLATED_PERIODIC_CHECK = 600
# Verbosity level for isolated node management tasks
AWX_ISOLATED_VERBOSITY = 0
# Memcached django cache configuration
# CACHES = {
# 'default': {