mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
The logger defines a full list of handlers, meaning propagate=False is needed, to avoid the log line propagating further up the logging tree and getting logged multiple times by the duplicated handlers.