You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2017/11/01 16:41:07 UTC

[2/2] qpid-broker-j git commit: QPID-8003:[Broker-J] Use log level 'info' to report conditions when no new rolled over log file is detected by the file logger

QPID-8003:[Broker-J] Use log level 'info' to report conditions when no new rolled over log file is detected by the file logger


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/b159ab3b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/b159ab3b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/b159ab3b

Branch: refs/heads/master
Commit: b159ab3be6637450d9003a829f8622d0304b3849
Parents: 19ef66d
Author: Alex Rudyy <or...@apache.org>
Authored: Wed Nov 1 16:38:15 2017 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Wed Nov 1 16:38:15 2017 +0000

----------------------------------------------------------------------
 .../org/apache/qpid/server/logging/logback/RolloverWatcher.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/b159ab3b/broker-plugins/logging-logback/src/main/java/org/apache/qpid/server/logging/logback/RolloverWatcher.java
----------------------------------------------------------------------
diff --git a/broker-plugins/logging-logback/src/main/java/org/apache/qpid/server/logging/logback/RolloverWatcher.java b/broker-plugins/logging-logback/src/main/java/org/apache/qpid/server/logging/logback/RolloverWatcher.java
index e6c2ac5..82f385f 100644
--- a/broker-plugins/logging-logback/src/main/java/org/apache/qpid/server/logging/logback/RolloverWatcher.java
+++ b/broker-plugins/logging-logback/src/main/java/org/apache/qpid/server/logging/logback/RolloverWatcher.java
@@ -75,7 +75,7 @@ public class RolloverWatcher implements RollingPolicyDecorator.RolloverListener
         {
             _baseFolder = baseFolder;
         }
-        LOGGER.warn("Exceeded maximum number of rescans without detecting rolled over log file.");
+        LOGGER.info("Exceeded maximum number of rescans without detecting rolled over log file.");
     }
 
     public PathContent getFileContent(String fileName)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org