Joerg Hoh created OAK-10445:
-------------------------------
Summary: Cleanup logging (AbstractSharedCachingDataStore)
Key: OAK-10445
URL: https://issues.apache.org/jira/browse/OAK-10445
Project: Jackrabbit Oak
Issue Type: Task
Affects Versions: 1.56.0
Reporter: Joerg Hoh
In the AbstractSharedCachingDatastore the addRecord has INFO log message which
can create a lot of noise in the logs, without giving a real benefit for normal
operation.
{noformat}
*INFO* [oak-lucene-1]
org.apache.jackrabbit.oak.plugins.blob.AbstractSharedCachingDataStore Added
blob [62eaa9a1f5f537376d107ed4b09cd3db320e15bcdef5be8aa179b2e8605575e4] to
backend
{noformat}
We should downgrade this to DEBUG.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)