Re: [log4perl-devel] Scripting thresholds for mod_perl

2013-05-29 Thread Mike Schilli
On Thu, 16 May 2013, Mark Horstmeier wrote: Log4perl loads with level set to ERROR per conf.  I want to set my appender to DEBUG Threshold was not defined in the conf so it is set to ALL I set the appender to DEBUG But still only the ERROR and FATAL levels are output Looks like you're setting

[log4perl-devel] Scripting thresholds for mod_perl

2013-05-16 Thread Mark Horstmeier
A follow up question on thresholds I have a web app (application engine) that returns different mime-types depending on the query. I use a screen appender to embed the debug logs in the response (usually javascript, because I often return javascript for the client browser to execute). When I ne