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
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