Skip to content

Commit

Permalink
Merge pull request #343 from napse-invest/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
tomjeannesson authored Mar 14, 2024
2 parents a847d5b + 42a2bd7 commit 4531a66
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions django_napse/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,3 @@ def NAPSE_MASTER_KEY(self) -> str: # noqa: D102
},
**settings.LOGGING.get("loggers", {}),
}
if not settings.DEBUG:
settings.LOGGING["root"] = {
"handlers": ["console"],
"level": "INFO",
**settings.LOGGING.get("root", {}),
}

0 comments on commit 4531a66

Please sign in to comment.