You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/20 14:39:15 UTC

[sling-org-apache-sling-hc-support] 27/30: SLING-5799 log success on info level

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-support.git

commit 88262dddb10fd645f57de7251d73b05c06ed363f
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jul 1 14:54:36 2016 +0000

    SLING-5799 log success on info level
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1750948 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/hc/support/impl/SlingRequestStatusHealthCheck.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/hc/support/impl/SlingRequestStatusHealthCheck.java b/src/main/java/org/apache/sling/hc/support/impl/SlingRequestStatusHealthCheck.java
index 18a0530..6e33ad3 100644
--- a/src/main/java/org/apache/sling/hc/support/impl/SlingRequestStatusHealthCheck.java
+++ b/src/main/java/org/apache/sling/hc/support/impl/SlingRequestStatusHealthCheck.java
@@ -141,7 +141,7 @@ public class SlingRequestStatusHealthCheck implements HealthCheck {
         if(checked == 0) {
             resultLog.warn("No paths checked, empty paths list?");
         } else {
-            resultLog.debug("{} paths checked, {} failures", checked, failed);
+            resultLog.info("{} paths checked, {} failures", checked, failed);
         }
 
         return new Result(resultLog);

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.