How to find the action, that generates a specific log message?
0
Hi, is there a smart way find out, where a specific log message is generated only by the given information? I have a bigger sized projects with some side-effects and don’t want to go every possbile microflow.
asked
Tjark Radewaldt
1 answers
2
I usually do Find (CTRL+F) and tick the case sensitive box. Then copy and past the sepcific message and search for it.