Timothee Maret created SLING-12659:
--------------------------------------
Summary: Log skipping distribution packages at DEBUG level
Key: SLING-12659
URL: https://issues.apache.org/jira/browse/SLING-12659
Project: Sling
Issue Type: Improvement
Components: Content Distribution
Affects Versions: Content Distribution Journal Core 0.4.0
Reporter: Timothee Maret
Fix For: Content Distribution Journal Core 0.5.2
We currently log the following statement at INFO level
{code:java}
LOG.info("Skipping distribution package {} at offset={} (not subscribed)",
message, info.getOffset()); {code}
With multiple subscribers, the statement fill the logs.
We should log that statement at DEBUG level.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)