Turning of Tiles logging on Weblogic console

2003-06-13 Thread Sunondo Ghosh
I am trying to turn off Tiles logging that shows up on the Weblogic console but am not 
able to do that. The messages show up like:
 
 [exec] insert page='/web/tiles/tabbedcontainer.jsp'.
 [exec] insert page='/web/tiles/tabbedheader.jsp'.
 [exec] insert page='/web/tiles/content.jsp'.
 [exec] insert page='/web/tiles/tabbedcontainer.jsp'.
 [exec] insert page='/web/tiles/tabbedheader.jsp'.
 
I found only one logging.properties file in logging.jar and specified OFF for all the 
logging level entries. Besides this I made the verbose option false in web.xml and 
weblogic.xml. Is there any other place I need to turn the logging off? Any help will 
be greatly appreciated. 
 
Thanks,
 
Sunondo


-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).

Re: tiles logging

2002-10-23 Thread Cedric Dumoulin

 Yes, Tiles now use the loggin facility. If something still wrong, 
please report a bug.

 Cedric

Eddie Bush wrote:

Grab a nightly.  Tiles has been patched to use commons-logging now, I 
believe.

Dennis Muhlestein wrote:

I was so excited when I added a commons-logging.properties file in my
classpath and told struts to use log4j as the logger.  I was even more
excited when I added a logger property that told struts to log only the
ERROR level instead of DEBUG so that I had much less output.

Only problem is, tiles doesn't seem to honor the commons-logging 
rules. It's printing to System.err/out.

Does anyone know if this is reported as something that needs to be
changed?  Should I file A bug?

Sure would be nice to clean out the amount of times I see the following
in my log file:

processActionForward(tiles.members.viewprofile, false)
 'tiles.members.viewprofile' - processed as definition


Thanks
Dennis





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: tiles logging

2002-10-22 Thread Eddie Bush
Grab a nightly.  Tiles has been patched to use commons-logging now, I 
believe.

Dennis Muhlestein wrote:

I was so excited when I added a commons-logging.properties file in my
classpath and told struts to use log4j as the logger.  I was even more
excited when I added a logger property that told struts to log only the
ERROR level instead of DEBUG so that I had much less output.

Only problem is, tiles doesn't seem to honor the commons-logging rules. 
It's printing to System.err/out.

Does anyone know if this is reported as something that needs to be
changed?  Should I file A bug?

Sure would be nice to clean out the amount of times I see the following
in my log file:

processActionForward(tiles.members.viewprofile, false)
 'tiles.members.viewprofile' - processed as definition


Thanks
Dennis


--
Eddie Bush



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




tiles logging

2002-10-22 Thread Dennis Muhlestein
I was so excited when I added a commons-logging.properties file in my
classpath and told struts to use log4j as the logger.  I was even more
excited when I added a logger property that told struts to log only the
ERROR level instead of DEBUG so that I had much less output.

Only problem is, tiles doesn't seem to honor the commons-logging rules. 
It's printing to System.err/out.

Does anyone know if this is reported as something that needs to be
changed?  Should I file A bug?

Sure would be nice to clean out the amount of times I see the following
in my log file:

processActionForward(tiles.members.viewprofile, false)
  'tiles.members.viewprofile' - processed as definition


Thanks
Dennis

--
To unsubscribe, e-mail:   mailto:struts-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org