You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rn...@apache.org on 2015/08/06 17:40:12 UTC

ambari git commit: AMBARI-12652. Repeated debug log during Blueprint deployment should not be present by default. (rnettleton)

Repository: ambari
Updated Branches:
  refs/heads/trunk c8e3e27d4 -> 422c6e120


AMBARI-12652. Repeated debug log during Blueprint deployment should not be present by default. (rnettleton)


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

Branch: refs/heads/trunk
Commit: 422c6e1202d013a1873a14f000814fa582306cf4
Parents: c8e3e27
Author: Bob Nettleton <rn...@hortonworks.com>
Authored: Thu Aug 6 11:39:37 2015 -0400
Committer: Bob Nettleton <rn...@hortonworks.com>
Committed: Thu Aug 6 11:39:37 2015 -0400

----------------------------------------------------------------------
 .../ambari/server/actionmanager/ExecutionCommandWrapper.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/422c6e12/ambari-server/src/main/java/org/apache/ambari/server/actionmanager/ExecutionCommandWrapper.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/java/org/apache/ambari/server/actionmanager/ExecutionCommandWrapper.java b/ambari-server/src/main/java/org/apache/ambari/server/actionmanager/ExecutionCommandWrapper.java
index 9e18fec..20a6932 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/actionmanager/ExecutionCommandWrapper.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/actionmanager/ExecutionCommandWrapper.java
@@ -106,7 +106,7 @@ public class ExecutionCommandWrapper {
                 // if forcing a refresh of *, then clear out any existing
                 // configurations so that all of the new configurations are
                 // forcefully applied
-                LOG.info("ExecutionCommandWrapper.getExecutionCommand: refreshConfigTag set to {}, so clearing config for full refresh.", refreshConfigTag);
+                LOG.debug("ExecutionCommandWrapper.getExecutionCommand: refreshConfigTag set to {}, so clearing config for full refresh.", refreshConfigTag);
                 executionCommand.getConfigurations().clear();
 
                 for (final Entry<String, DesiredConfig> desiredConfig : desiredConfigs.entrySet()) {