My use case is that I want to match Java exceptions from application log files - it is important to have whole exception in action e-mail. I can cook up a regexp but log/logrt items don't seem to accept regexps 
Is it possible to use multiline/dotall regexp in log/logrt so that the item value has multiple lines?

Is it possible to use multiline/dotall regexp in log/logrt so that the item value has multiple lines?
Comment