• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to suppress server console message from struts1.3.10 + tiles

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are developing application with Struts 1.3.10, tiles and log4j1.2.15 using RAD 6.0.

I am receiving following message on server console for every “request”

[4/8/09 14:53:38:959 PDT] 0000005f TilesPreProce I org.apache.struts.tiles.commands.TilesPreProcessor execute Tiles process complete; forward to /WEB-INF/jsp/myLayout.jsp

Please let me know, if there is any solution to suppress this informational message?

Reason: Since application is internet based and would like to filter above informational messages from the log files.

Thank You
Raju
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Set the logging level for Tiles to WARN, I guess--this appears to be an INFO-level message, although with the log format being used that's just a guess.
 
Don't MAKE me come back there with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic