mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 18:44:14 +00:00
Merge remote-tracking branch 'origin/main' into feature/log_filters
This commit is contained in:
commit
3b91f0767e
@ -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