mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
While it could make sense to print these logging statements at WARN level on server startup, it doesn't make sense to do so on every message (though it perhaps did make sense to do so before more recent changes added good ways to discover you forgot to configure push notifications). Instead, we now just do a WARN log on queue processor startup, and then at DEBUG level for individual messages. Fixes #10894.