mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Original idea was that KeyError was only going to happen there in case of user passing bad input params to the endpoint, so logging a generic message seemed sufficient. But this can also happen in case of misconfiguration, so it's worth logging more info as it may help in debugging the configuration.