Re: [Catalyst] Don't log certain actions?

2017-06-28 Thread Rajesh Kumar Mallah
Hi , debug logs are supposed to be overwhelmed :-) the usual approach to avoid debug lines is to bump up the application loglevel to info or warn. I assume you are consciously keeping the logging level to debug. one way to filter out the specific kind of debug lines would be a simple grep -v

[Catalyst] Don't log certain actions?

2017-06-28 Thread Dr. Jennifer Nussbaum
I have a more or less standard Catalyst app, using the Log::Dispatch plugin. Is there any way to avoid logging a certain action, or anything from a specific controller? I have something that's called very often and is never problematic, and it overwhelms the debug log. Thanks!