You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by hu...@apache.org on 2018/08/13 21:12:00 UTC

[incubator-heron] branch huijunw/refactorhealthmgr0.2.3 updated: change log to fine, when the verbose is enabled

This is an automated email from the ASF dual-hosted git repository.

huijun pushed a commit to branch huijunw/refactorhealthmgr0.2.3
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/huijunw/refactorhealthmgr0.2.3 by this push:
     new 62b5457  change log to fine, when the verbose is enabled
62b5457 is described below

commit 62b54578e554142261e089be17425beb60f6de25
Author: Huijun Wu <hu...@twitter.com>
AuthorDate: Mon Aug 13 14:11:15 2018 -0700

    change log to fine, when the verbose is enabled
---
 .../src/java/org/apache/heron/healthmgr/policy/ToggleablePolicy.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/heron/healthmgr/src/java/org/apache/heron/healthmgr/policy/ToggleablePolicy.java b/heron/healthmgr/src/java/org/apache/heron/healthmgr/policy/ToggleablePolicy.java
index 195b53c..316d8fa 100644
--- a/heron/healthmgr/src/java/org/apache/heron/healthmgr/policy/ToggleablePolicy.java
+++ b/heron/healthmgr/src/java/org/apache/heron/healthmgr/policy/ToggleablePolicy.java
@@ -75,7 +75,7 @@ public class ToggleablePolicy extends HealthPolicyImpl {
 
   @Override
   public Collection<Measurement> executeSensors() {
-    LOG.info("--------- policy: " + policyId + " ---------");
+    LOG.fine("--------- policy: " + policyId + " ---------");
     try {
       for (TopologyAPI.Config.KeyValue kv
           : physicalPlanProvider.get().getTopology().getTopologyConfig().getKvsList()) {