mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-12 19:24:13 +00:00
ignore annoying logger with useless output
This commit is contained in:
parent
4efdbdc48e
commit
ea3a9ed7aa
@ -129,7 +129,7 @@ def setup_logger(app: Flask) -> None:
|
||||
spiff_logger_filehandler.setFormatter(log_formatter)
|
||||
|
||||
# these loggers have been deemed too verbose to be useful
|
||||
garbage_loggers_to_exclude = ["connexion"]
|
||||
garbage_loggers_to_exclude = ["connexion", "flask_cors.extension"]
|
||||
|
||||
# make all loggers act the same
|
||||
for name in logging.root.manager.loggerDict:
|
||||
|
Loading…
x
Reference in New Issue
Block a user