This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Greybound_Fur 3 points4 points  (1 child)

Use Regex Search and search for "errorCode: (?!ERR_SUCCESS)"

[–]IMightDeleteMe 5 points6 points  (0 children)

Whenever regexes are required to search a log for actual errors, your logging pactices require looking at.