Skip to content

Logging for Postmonitor Hook Exceptions

What?

Adds logging of exceptions experienced by postmonitor hooks. Included information within the logs will be the name of the hook, what class of exception it has experienced and the traceback for that exception

Why?

Currently if a postmonitor hook experiences an exception it will fail silently which makes debugging issues with postmonitor hooks more complex.

Merge request reports