Reduce the log level for some of the more spammy sources

This commit is contained in:
Jeff Bradberry 2021-03-09 13:33:21 -05:00
parent 3673e7c3f4
commit 0a6d13c1b9
5 changed files with 8 additions and 4 deletions

View File

@ -53,6 +53,10 @@ LOGGING['loggers']['awx.isolated.manager.playbooks']['propagate'] = True # noqa
# celery is annoyingly loud when docker containers start
LOGGING['loggers'].pop('celery', None) # noqa
# avoid awx.main.dispatch WARNING-level scaling worker up/down messages
LOGGING['loggers']['awx.main.dispatch']['level'] = 'ERROR' # noqa
# suppress the spamminess of the awx.main.scheduler and .tasks loggers
LOGGING['loggers']['awx']['level'] = 'INFO' # noqa
ALLOWED_HOSTS = ['*']

View File

@ -1,5 +1,5 @@
---
- log-level: debug
- log-level: info
- control-service:
service: control

View File

@ -1,5 +1,5 @@
---
- log-level: debug
- log-level: info
- control-service:
service: control

View File

@ -1,5 +1,5 @@
---
- log-level: debug
- log-level: info
- control-service:
service: control

View File

@ -1,5 +1,5 @@
---
- log-level: debug
- log-level: info
- control-service:
service: control