Replies: 2 comments
-
I also tried |
Beta Was this translation helpful? Give feedback.
-
Filtering is the right way to filter out any messages to a particular appender. Keep in mind though that is appender specific, so other appenders like stdout will not get the filter, unless configured to do so. Recommend trying it from a rails console, or adding |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since switching to Semantic Logger a couple months ago, our logs are nice! But they're noisier for RoutingErrors debug logs. It's basically a big list of gems that we don't care about logging in production logs. Example below.
Goal: I want to see that a routingerror occurred (and what that route is). But I do not want to see my list of beautiful gems.
I have tried:
and
Neither of those have produced any change here.
My config is here:
log example:
Beta Was this translation helpful? Give feedback.
All reactions