Skip to content

Commit 0780839

Browse files
committed
Chore: set logging level
1 parent 3ed9bf5 commit 0780839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notification_service/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"version": 1,
245245
"disable_existing_loggers": False,
246246
"handlers": {"console": {"class": "logging.StreamHandler"}},
247-
"loggers": {"django": {"handlers": ["console"], "level": "DEBUG"}},
247+
"loggers": {"django": {"handlers": ["console"], "level": "ERROR"}},
248248
}
249249

250250
# local_settings.py can be used to override environment-specific settings

0 commit comments

Comments
 (0)