Skip to content

Commit

Permalink
chore: disable file logger
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Nov 8, 2023
1 parent aa1f87b commit 317403a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,6 @@ def __get_base_dir() -> str:
"class": "logging.StreamHandler",
"formatter": "standard",
},
"file": {
"level": "ERROR",
"filters": ["require_debug_true"],
"class": "logging.FileHandler",
"formatter": "simple",
"filename": "tmp/django-logs.log",
},
"rollbar": {
"level": "WARNING",
"filters": ["require_debug_false"],
Expand Down

0 comments on commit 317403a

Please sign in to comment.