It could also be another log4j.xml file getting read instead of yours. Matt
On Wed, Aug 6, 2008 at 8:50 AM, Martin Homik <[EMAIL PROTECTED]> wrote: > > Not actively. I looked into the file and noticed that classes in my project > package have the debug level > "DEBUG" .That means that my action classes should produce some log as they > use log.fatal(). However, > they don't. So, it might be someother parameter. I'll just try it, the > xwork2 package might also be a good candidate. > > Cheers, > Martin > > PS: Nice birthday present. Happy birthday. :-) > > > mraible wrote: >> >> Have you tried modifying src/main/resources/log4j.xml? >> >> On Wed, Aug 6, 2008 at 3:50 AM, Martin Homik <[EMAIL PROTECTED]> wrote: >>> >>> How can I change the log settings in order to be able to print log >>> messages >>> in my action classes. Though I use log.fatal(), log messages don't show >>> up >>> in the console when running jetty:run-war. >>> >>> Thanks for help. >>> >>> Martin >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Change-log-settings-for-action-classes--tp18847759s2369p18847759.html >>> Sent from the AppFuse - User mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> 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] >> >> >> > > -- > View this message in context: > http://www.nabble.com/Change-log-settings-for-action-classes--tp18847759s2369p18852896.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
