Merge branch 'master' into finish_exporting_for_each_start_exporting

This commit is contained in:
Matt Mayfield 2022-12-12 11:56:58 -05:00
commit 0c1e547697
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',
},