We don't really need to hear stats on shutdown.
This commit is contained in:
@@ -138,8 +138,8 @@ public class EHCacheAdapter
|
|||||||
// from CacheAdapter
|
// from CacheAdapter
|
||||||
public void shutdown ()
|
public void shutdown ()
|
||||||
{
|
{
|
||||||
log.info("EHCacheAdapter shutting down", "lookups", _lookups,
|
log.debug("EHCacheAdapter shutting down", "lookups", _lookups,
|
||||||
"stores", _stores, "removes", _removes, "enumerations", _enumerations);
|
"stores", _stores, "removes", _removes, "enumerations", _enumerations);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user