mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Hide DEBUG log from asyncio
This commit is contained in:
@@ -654,7 +654,11 @@ LOGGING = {
|
||||
'handlers': ['file', 'console'],
|
||||
'level': 'INFO', # Do not output all the queries
|
||||
'propagate': True,
|
||||
}
|
||||
},
|
||||
'asyncio': {
|
||||
'handlers': ['file', 'console'],
|
||||
'level': 'WARNING',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user