|
From: Fuechsel, A. <And...@at...> - 2004-07-26 05:47:19
|
Sal Ingrilli wrote: > when the system is starting / stopping it uses the > jboss/server/default/conf/log4j.xml / properties to control logging. > however, if one of your apps deployed in jboss/server/default/deploy > contains a log4j.jar / lo4j.xml / log4j.properties, it may take over > the initial logger used for bootup. that will behave differently > depending of whether you have setup a jboss loader repository in your > jboss-serverice.xml in your jar/war/ear/sar/xml: Thanks! Exactly what you are describing first was the reason: I made a mistake in the my Ant build.xml and got another log4j.xml deployed with wrong logging level settings. I removed it and everything now works as expected. Thanks for your help! Andr=E9 |