diff --git a/zproject/computed_settings.py b/zproject/computed_settings.py index eb4771f586..017fd1af44 100644 --- a/zproject/computed_settings.py +++ b/zproject/computed_settings.py @@ -927,6 +927,7 @@ LOGGING: Dict[str, Any] = { 'zulip.slow_queries': { 'level': 'INFO', 'handlers': ['slow_queries_file'], + 'propagate': False, }, 'zulip.soft_deactivation': { 'handlers': ['file', 'errors_file'],