mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
Update tower warning log for current production and production updates
This commit is contained in:
parent
602f26f891
commit
c60f89f884
@ -408,7 +408,7 @@ LOGGING = {
|
||||
'level': 'WARNING',
|
||||
'class':'logging.handlers.RotatingFileHandler',
|
||||
'filters': ['require_debug_false'],
|
||||
'filename': os.path.join(BASE_DIR, 'tower_warnings.log'),
|
||||
'filename': '/var/log/awx/tower_warnings.log',
|
||||
'maxBytes': 1024*1024*5, # 5 MB
|
||||
'backupCount': 5,
|
||||
'formatter':'simple',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user