Hi Cocoon community,
it seems that the log level set in build.webapp.loglevel does not apply to custom block categories. E.g., in the cron block, the log level is hard-coded:
<?xml version="1.0"?> <xlog xpath="/logkit/categories" unless="[EMAIL PROTECTED]'cron']">
<category log-level="INFO" name="cron"> <log-target id-ref="cron" /> <log-target id-ref="error"/> </category>
</xlog>
Should I file a bug?
Have you tried replacing INFO with @loglevel@ as in main logkit.xconf. Does this work or is the value not replaced?
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
