mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
errors: Simplify manual testing of error emails.
There are two different things you need to patch in order to get error emails (at `/emails`) in dev. Flip one of them in dev all the time, and make the comment on the other a bit more explicit.
This commit is contained in:
@@ -1282,7 +1282,7 @@ LOGGING = {
|
||||
'zulip_admins': {
|
||||
'level': 'ERROR',
|
||||
'class': 'zerver.logging_handlers.AdminNotifyHandler',
|
||||
# For testing the handler delete the next line
|
||||
# For manual testing of this handler, delete the `filters` line.
|
||||
'filters': ['ZulipLimiter', 'require_debug_false', 'require_really_deployed'],
|
||||
'formatter': 'default'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user