mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
improve logging for GuavaCacheManager
This commit is contained in:
@@ -84,6 +84,8 @@ public class GuavaCacheManager implements CacheManager
|
||||
|
||||
for (GuavaNamedCacheConfiguration ncc : config.getCaches())
|
||||
{
|
||||
logger.debug("create cache {} from configured configuration {}",
|
||||
ncc.getName(), ncc);
|
||||
cacheMap.put(ncc.getName(), new GuavaCache(ncc));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user