Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.2.12, 2.4.2, 2.5
-
None
Description
Is:
log.debug("Update cache for node with ID
{0}:
{1}", node, entries);
Should be:
log.debug("Update cache for node {}: {}", node, entries);
Attachments
Issue Links
- breaks
-
JCR-3259 augment logging information around CachingEntryCollector
- Closed