But if it is a jboss log file, then I suppose that is also the place to look for the log-level, right?
Ard > > Thanks for your suggestion, I have tried it, but it still > doesnt work. > My default log-level policy is on WARN > server.log is a jboss log file, and should really not be > written to by > cocoon. :( > > Any other ideas? > > Thank you, > > Vica > > Ard Schrijvers wrote: > > >What is your overall default log-level? In web.xml you have > something like > > > ><init-param> > > <param-name>log-level</param-name> > > <param-value>WARN</param-value> > ></init-param> > > > >Could it be here on DEBUG? Furthermore, where is the > server.log? In the WEB-INF/logs dir? > > > >try adding directly under <categories> the following piece: > > > ><category log-level="ERROR" name="core"> > > <category log-level="ERROR" name="store"> > > <log-target id-ref="main"/> > > </category> > ></category> > > > >now, ERROR (and no DEBUG/WARN) messages from store should be > written to main.log > > > >Regards Ard > > > > > > > > -- > Disclaimer: This email is confidential and may contain > privileged information for the sole use of the person or > business to which it is addressed. If you are not the > intended recipient, please notify the sender by return e-mail > or phone as you must not view, disseminate, distribute or > copy this email without our consent. We do not accept any > liability in connection with any computer virus, data > corruption, incompleteness, or unauthorised amendment of this > email. It is the sole responsibility of the receiver to scan > for viruses before opening. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
