Repository: incubator-slider
Updated Branches:
  refs/heads/develop 63b5c83ff -> b4b517b3d


SLIDER-1211 Remove "Slider AppMaster is accessible" log message from INFO level 
in getDiagnostics call


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

Branch: refs/heads/develop
Commit: b4b517b3d931cdf2ee0ac0a68997f17cca1559ca
Parents: 63b5c83
Author: Gour Saha <gourks...@apache.org>
Authored: Wed Feb 22 08:54:25 2017 -0800
Committer: Gour Saha <gourks...@apache.org>
Committed: Wed Feb 22 08:54:25 2017 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/slider/client/SliderClient.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/b4b517b3/slider-core/src/main/java/org/apache/slider/client/SliderClient.java
----------------------------------------------------------------------
diff --git 
a/slider-core/src/main/java/org/apache/slider/client/SliderClient.java 
b/slider-core/src/main/java/org/apache/slider/client/SliderClient.java
index 1ba32bb..b5428be 100644
--- a/slider-core/src/main/java/org/apache/slider/client/SliderClient.java
+++ b/slider-core/src/main/java/org/apache/slider/client/SliderClient.java
@@ -3809,7 +3809,7 @@ public class SliderClient extends 
AbstractSliderLaunchedService implements RunSe
     // cluster not found exceptions will be thrown upstream
     ClusterDescription clusterDescription = clusterOperations
         .getClusterDescription();
-    log.info("Slider AppMaster is accessible");
+    log.debug("Slider AppMaster is accessible");
     return clusterDescription.appDiagnostics;
   }
 

Reply via email to