Repository: stratos
Updated Branches:
  refs/heads/4.0.0-grouping 8b62c88e9 -> 0cefb69a4


Merge branch '4.0.0-grouping' of 
https://git-wip-us.apache.org/repos/asf/stratos into 4.0.0-grouping


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

Branch: refs/heads/4.0.0-grouping
Commit: 29899ecbe77f75c0ce1520ddfa3b11dcbd97d2f9
Parents: b859d66 fe63ca2
Author: Udara Liyanage <[email protected]>
Authored: Thu Sep 25 20:45:13 2014 +0530
Committer: Udara Liyanage <[email protected]>
Committed: Thu Sep 25 22:22:35 2014 +0530

----------------------------------------------------------------------
 .../java/org/apache/stratos/autoscaler/monitor/Monitor.java  | 8 ++------
 .../autoscaler/monitor/application/ApplicationMonitor.java   | 4 ++--
 .../stratos/autoscaler/monitor/group/GroupMonitor.java       | 4 ++--
 3 files changed, 6 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/29899ecb/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/Monitor.java
----------------------------------------------------------------------
diff --cc 
components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/Monitor.java
index 776a0d5,420fc38..ebf1d37
--- 
a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/Monitor.java
+++ 
b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/Monitor.java
@@@ -123,11 -124,11 +123,9 @@@ public abstract class Monitor extends O
              } catch (InterruptedException ignore) {
              }*/
  
--            if (log.isDebugEnabled()) {
-                 log.error(String
 -                log.debug(String
++                log.info(String
                          .format("Cluster monitor thread has been started 
successfully: [cluster] %s ",
                                  cluster.getClusterId()));
--            }
          }
      }
  
@@@ -145,11 -146,11 +143,9 @@@
              } catch (InterruptedException ignore) {
              }*/
  
--            if (log.isDebugEnabled()) {
--                log.debug(String
++                log.info(String
                          .format("Group monitor thread has been started 
successfully: [group] %s ",
                                  dependency));
--            }
          }
      }
  

Reply via email to