mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Migrating logs to /var/log/tower/.
This commit is contained in:
parent
55323fac57
commit
deaf54f2d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,6 +11,7 @@ awx/ui/static/js/local_config.js
|
||||
awx/ui/static/css/awx.min.css
|
||||
awx/main/fixtures
|
||||
awx/tower_warnings.log
|
||||
tower/tower_warnings.log
|
||||
celerybeat-schedule
|
||||
|
||||
# Python & setuptools
|
||||
|
||||
@ -48,7 +48,7 @@ LOGGING['handlers']['rotating_file'] = {
|
||||
'level': 'WARNING',
|
||||
'class':'logging.handlers.RotatingFileHandler',
|
||||
'filters': ['require_debug_false'],
|
||||
'filename': '/var/log/awx/tower_warnings.log',
|
||||
'filename': '/var/log/tower/tower_warnings.log',
|
||||
'maxBytes': 1024*1024*5, # 5 MB
|
||||
'backupCount': 5,
|
||||
'formatter':'simple',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user