On 28.05.14 19:15, Romain Manni-Bucau wrote: > Hi > > any objection to use debug level for first log message > in org.apache.commons.jcs.engine.control.CompositeCache#dispose(boolean)? > > It prints something like: > > mai 28, 2014 7:13:02 PM > org.apache.commons.jcs.engine.control.CompositeCache dispose > Infos: In DISPOSE, [javax.cache.expiry.ExpiryPolicyTest] fromRemote [false] > Region Name = javax.cache.expiry.ExpiryPolicyTest > HitCountRam = 0 > HitCountAux = 0 > ---------------------------Memory Cache > List Size = 0 > Map Size = 0 > Put Count = 0 > Hit Count = 0 > Miss Count = 0
I would like to keep the info log about the fact that a dispose operation is called (helps to track down lifecycle issues in applications). I'd remove the statistics output altogether. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org