Skip to content

Commit

Permalink
Ignore warnings from multipart.multipart logger to fix mass log spam (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored Jul 17, 2024
1 parent d2b07f3 commit 8c00dd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions logging.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ loggers:
level: WARNING
handlers: [console]
propagate: no
multipart.multipart:
level: ERROR
handlers: [console]
propagate: no
handlers:
console:
class: logging.StreamHandler
Expand Down

0 comments on commit 8c00dd9

Please sign in to comment.