Instead of having a Regex that searches for error|critical|except it’s a good thing to have a log level in your logging infrastructure, so that you can query for example log level=2 and get all the bad things.
It takes a bit to work this into the code and infrastructure everywhere but it’s worth it.
It takes a bit to work this into the code and infrastructure everywhere but it’s worth it.