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

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

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

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