Skip to content

Commit 8c00dd9

Browse files
authored
Ignore warnings from multipart.multipart logger to fix mass log spam (#674)
1 parent d2b07f3 commit 8c00dd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: logging.yaml.example

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ loggers:
99
level: WARNING
1010
handlers: [console]
1111
propagate: no
12+
multipart.multipart:
13+
level: ERROR
14+
handlers: [console]
15+
propagate: no
1216
handlers:
1317
console:
1418
class: logging.StreamHandler

0 commit comments

Comments
 (0)