mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
pagure-dist-git: stop spewing INFO/DEBUG on https pushes
Right now when someone does a https push they get about 100 lines of INFO and DEBUG from pagure. Everything from acls to messaging to pika to everything. There's no need for all this debug/info spew. Lets disable it and go back to just WARNINGS Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -194,12 +194,12 @@ LOGGING = {
|
||||
'loggers': {
|
||||
'pagure': {
|
||||
'handlers': ['console'],
|
||||
'level': 'DEBUG',
|
||||
'level': 'WARN',
|
||||
'propagate': True
|
||||
},
|
||||
'flask': {
|
||||
'handlers': ['console'],
|
||||
'level': 'INFO',
|
||||
'level': 'WARN',
|
||||
'propagate': False
|
||||
},
|
||||
'sqlalchemy': {
|
||||
|
||||
Reference in New Issue
Block a user