Skip to content

Commit

Permalink
Merge pull request #581 from praekeltfoundation/events-export-api
Browse files Browse the repository at this point in the history
Update logging settings
  • Loading branch information
erikh360 authored Sep 4, 2023
2 parents 9b39681 + c4dfb94 commit be9de8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ndoh_hub/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"loggers": {
"registrations": {"handlers": ["console"], "level": "INFO"},
"changes": {"handlers": ["console"], "level": "INFO"},
"eventstore": {"handlers": ["console"], "level": "INFO"},
"django.request": {"handlers": ["console"], "level": "ERROR"},
"django.db.backends": {
"level": "ERROR",
Expand Down

0 comments on commit be9de8b

Please sign in to comment.