cschneider commented on a change in pull request #55:
URL:
https://github.com/apache/sling-org-apache-sling-distribution-core/pull/55#discussion_r707948885
##########
File path:
src/main/java/org/apache/sling/distribution/agent/impl/SimpleDistributionAgentQueueProcessor.java
##########
@@ -92,7 +92,7 @@ public boolean process(@NotNull String queueName, @NotNull
DistributionQueueEntr
final long endTime = System.currentTimeMillis();
- distributionLog.debug("[{}] ITEM-PROCESSED item={}, status={},
processingTime={}ms", queueName, queueItem, success, endTime - startTime);
+ distributionLog.info("[{}] ITEM-PROCESSED item={}, status={},
processingTime={}ms", queueName, queueItem, success, endTime - startTime);
Review comment:
We should not change the log level as it would lead to a lot of
additional log messages.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]