• 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

turning off logging from Tomcat components

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do I turn off logging from Tomcat components that I don't care about. I see a lot of the following in my apps log file:

DEBUG SmapUtil.java.copyConstantPool():446 52 copying 2 bytes

I know this is done by an addition to the log4j config file but I have unsuccessfully tried about 100 combinations of log4j and package names using the
general pattern:

log4j.logger.org.apache.jasper=OFF

Can someone enlighten me as to how to turn off these messages.

Thanks,
-=beeky
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic