Skip to content

Commit cfcb2ec

Browse files
committed
Revert "remote_settings: use MozLogFormatter (bug 1977738)"
This reverts commit eb2ea0b. Not needed: LOGGING is sufficient [0]. [0] https://docs.djangoproject.com/en/5.2/howto/logging/#customize-logging-configuration
1 parent f9131a6 commit cfcb2ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lando/remote_settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import logging
21
import os
3-
from logging import config as logging_config
42

53
from lando.main.logging import MozLogFormatter
64
from lando.settings import * # noqa: F403
@@ -43,7 +41,6 @@
4341
"root": {"handlers": ["null"]},
4442
"disable_existing_loggers": True,
4543
}
46-
logging_config.dictConfig(LOGGING)
4744

4845
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
4946
EMAIL_HOST = os.getenv("EMAIL_HOST")

0 commit comments

Comments
 (0)