• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Ehcache overflowing logs

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am new at using ehcache and I am not certain if my logs are overflowing because of ehcache. I do know that the open-source project I am using uses ehcache and a few portlets I created utilize ehcache also.

Here are the the types of messages that are being logged:




My issue is that my catalina.out file is growing too large and I'd like to decrease the amount of messaging that is being produced but I can't determine if this is coming from ehcache.

THanks




 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can try restricting the logging level ( e.g > INFO ) for the package net.sf.ehcache*
 
Greenhorn
Posts: 28
Mac Eclipse IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To limit the logging.,

to turn off all the logging in the package, use.,
 
reply
    Bookmark Topic Watch Topic
  • New Topic