Thank you for the insight. I'll be sure to try this out this evening.
Am I correct to assume that app-specific log4j config files will not be used (as in, to append/make use of the global config), and that anytime I want to change the logging for a specific app I have to make a global change and bounce the entire app server?
Thanks again!
From: Curtis Taylor <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: problems w/ logging.. again Date: Tue, 20 Jan 2004 08:58:25 -0800
Hi Adam,
If you're using JBoss you need to edit the server's log4j.xml config file. For 3.2.2 it lives in $JBOSS_HOME/server/all|default|minimal/conf/. Edit the one in the server subdirectory you deploy your app to.
HTH,
Curtis
Adam L wrote:
I've scoured the archives. I"ve tried a million different log4j.properties configurations, some with .xml, some with commons-logging.properties. I've read the links to the apache site that seem to focus mainly on how to use logging from the programmatic aspect (and had no luck with the examples provided on the configuration aspect).
in theory, these changes should take hold when i bounce the application (touch web.xml), rather than the entire app server.. correct?
I'm beginning to wonder if it's a configuration issue elsewhere.
jdk is 1.4.2, jboss 3.0.8/jetty, struts 1.1.
in my web.xml i've set the debug parm on ActionServlet to 2, 9, 99, 999 in struts-config.xml, for the controller, i've set debug to 2,9,99,999
i cut and paste examples in the archives claiming to remove "00:24:09,816 INFO [PropertyMessageResources] Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true" from the logs.. and they don't.
I've set my log levels to WARN, DEBUG, INFO.. and see no changes.
What I'm trying to achieve is the debug info from the workflow extension controller to aid in debugging problems in my workflow, as well as turn off some of the extraneous struts messages.
If someone would please be willing to hold my hand and guide me, my quickly receding hairline and I would be in great appreciation.
thank you.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
Check out the new MSN 9 Dial-up — fast & reliable Internet access with prime features! http://join.msn.com/?pgmarket=en-us&page=dialup/home&ST=1
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]