Re: [T5] setup logging

2008-08-12 Thread Andy Pahne
Lutz Hühnken schrieb: Hm... I had the same problem once, and I figured it was because Tapestry doesn't use the log level configured for the "org.apache.tapestry5" category, but the level you define for your components. > ... > That is something I find quite annoying and don't see much use in,

Re: [T5] setup logging

2008-08-12 Thread Lutz Hühnken
Hm... I had the same problem once, and I figured it was because Tapestry doesn't use the log level configured for the "org.apache.tapestry5" category, but the level you define for your components. As it is said on http://tapestry.apache.org/tapestry5/guide/logging.html : When a component's logger

Re: [T5] setup logging

2008-08-11 Thread Filip S. Adamsen
Ah, okay. No, you don't have to configure SLF4J - it's using log4j by default. Looks like Sven might have given the answer you need. Does it work if you use instead of ? -Filip Andy Pahne skrev: No, that's not the case if you use log4j XML configuration file format. Still no idea... Do

Re: [T5] setup logging

2008-08-11 Thread Sven Homburg
2008/8/11 Andy Pahne <[EMAIL PROTECTED]> > > I tried to setup Tapestry5 logging to level "info", but all "debug" > messages are still logged. I think I did what the documentation told me to > do >

Re: [T5] setup logging

2008-08-11 Thread Andy Pahne
No, that's not the case if you use log4j XML configuration file format. Still no idea... Do I have to configure SLF4J or is it sufficient to configure log4j? Andy Filip S. Adamsen schrieb: Hi, You need to prefix the logger name with log4j.category. or it won't work. Or, at least that's h

Re: [T5] setup logging

2008-08-11 Thread Filip S. Adamsen
Hi, You need to prefix the logger name with log4j.category. or it won't work. Or, at least that's how it was back when I used log4j - I'm now using SLF4J with Logback and I'm not going back. :) -Filip Andy Pahne skrev: I tried to setup Tapestry5 logging to level "info", but all "debug" me

[T5] setup logging

2008-08-11 Thread Andy Pahne
I tried to setup Tapestry5 logging to level "info", but all "debug" messages are still logged. I think I did what the documentation told me to do http://tapestry.apache.org/tapestry5/guide/logging.html Can anybody tell me what I am missing? from my log4j.xml: