You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2014/10/10 13:45:26 UTC

[07/14] git commit: change logging level from info to debug

change logging level from info to debug


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/b59b4c0d
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b59b4c0d
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b59b4c0d

Branch: refs/heads/container-autoscaling
Commit: b59b4c0d769828cebb5d5e38f2c17c20e9b12dbc
Parents: 31daf2f
Author: R-Rajkumar <rr...@gmail.com>
Authored: Thu Oct 9 17:11:14 2014 +0530
Committer: R-Rajkumar <rr...@gmail.com>
Committed: Thu Oct 9 17:11:14 2014 +0530

----------------------------------------------------------------------
 .../java/org/apache/stratos/cartridge/agent/CartridgeAgent.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/b59b4c0d/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/CartridgeAgent.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/CartridgeAgent.java b/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/CartridgeAgent.java
index 2db450a..3e81f06 100644
--- a/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/CartridgeAgent.java
+++ b/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/CartridgeAgent.java
@@ -88,7 +88,7 @@ public class CartridgeAgent implements Runnable {
 		// wait till the member spawned event
 		while (!CartridgeAgentConfiguration.getInstance().isInitialized()) {
 			try {
-				if (log.isInfoEnabled()) {
+				if (log.isDebugEnabled()) {
 					log.info("Waiting for Cartridge Agent to be initialized...");
 				}
 				Thread.sleep(1000);