Skip to content

Commit

Permalink
fix: silence faker debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Sep 11, 2023
1 parent 4d39790 commit 17f84e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions canaille/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ def setup_logging(app):
},
"handlers": {"wsgi": handler},
"root": {"level": log_level, "handlers": ["wsgi"]},
"loggers": {
"faker": {"level": "WARNING"},
},
"disable_existing_loggers": False,
}
)
Expand Down

0 comments on commit 17f84e4

Please sign in to comment.