mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
settings: Fix double negative in LOGGING_NOT_DISABLED.
Saying "not disabled" just makes it more work to read than it needs to be -- instead say ENABLED.
This commit is contained in:
@@ -1303,8 +1303,9 @@ if IS_WORKER:
|
||||
FILE_LOG_PATH = WORKER_LOG_PATH
|
||||
else:
|
||||
FILE_LOG_PATH = SERVER_LOG_PATH
|
||||
# Used for test_logging_handlers
|
||||
LOGGING_NOT_DISABLED = True
|
||||
|
||||
# This is disabled in a few tests.
|
||||
LOGGING_ENABLED = True
|
||||
|
||||
DEFAULT_ZULIP_HANDLERS = (
|
||||
(['zulip_admins'] if ERROR_REPORTING else []) +
|
||||
|
||||
Reference in New Issue
Block a user