Silence `filelock` logger (#5754)

This commit is contained in:
Laerte Pereira 2022-12-12 07:55:15 -03:00 committed by GitHub
parent fe60c1224e
commit e92e201b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ DEFAULT_LOGGING = {
'version': 1,
'disable_existing_loggers': False,
'loggers': {
'filelock': {
'level': 'ERROR',
},
'hpack': {
'level': 'ERROR',
},