[extensions-web/deploy] settings: remove mail handler for now
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web/deploy] settings: remove mail handler for now
- Date: Tue, 18 Dec 2018 15:09:48 +0000 (UTC)
commit 860967d5053c040958b50d7b02a985f5cae388dd
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Tue Dec 18 19:09:36 2018 +0400
settings: remove mail handler for now
sweettooth/settings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index 148dd24..dcc27ef 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -167,7 +167,7 @@ LOGGING["handlers"]["console"]["filters"] = None
LOGGING["handlers"]["console"]["level"] = "DEBUG"
LOGGING["loggers"] = {
'django': {
- 'handlers': ['console', 'mail_admins'],
+ 'handlers': ['console'],
'level': os.getenv('EGO_LOG_LEVEL', 'WARN'),
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]