Skip to content

Commit

Permalink
Merge pull request #33 from bogdant36/CTX-4104
Browse files Browse the repository at this point in the history
CTX-4104: Removed all "werkzeug" type logs from logging to coretex co…
  • Loading branch information
igorperic17 authored Jul 22, 2023
2 parents 7f78176 + c5da9c0 commit b68ba7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coretex/logging/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
# so request will never be done and it will enter infinite loop
IGNORED_LOGGERS = [
"urllib3.connectionpool",
"coretexnode"
"coretexnode",
"werkzeug"
]
MAX_WAIT_TIME_BEFORE_UPDATE = 5

Expand Down

0 comments on commit b68ba7a

Please sign in to comment.