Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 484 Bytes

25-Error-handling-where-the-first-action-doesn’t-equal-a-log-message.markdown

File metadata and controls

19 lines (14 loc) · 484 Bytes
layout title categories prio rulenumber rulename ruleset
post
Error handling where the first action doesn’t equal a log message
Microflows
2
25
NoLogMessageInErrorHandling
Error handling

Why Error handling without logging will make it very hard to debug errors. You won't see anything in the log.

![25.png]({{ site.url }}/assets/25.png)

How to fix Add a log message in custom error handling. Make sure to check the 'Add latest stacktrace" box as well.