You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/09/10 01:03:15 UTC

[brooklyn-server] 04/05: restore GC logging to debug only

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit b907526c68f9c3d4124d54787cb191cbbdb30381
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Fri Sep 10 01:42:32 2021 +0100

    restore GC logging to debug only
---
 .../apache/brooklyn/core/mgmt/internal/BrooklynGarbageCollector.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/src/main/java/org/apache/brooklyn/core/mgmt/internal/BrooklynGarbageCollector.java b/core/src/main/java/org/apache/brooklyn/core/mgmt/internal/BrooklynGarbageCollector.java
index a48f1f0..2d932fd 100644
--- a/core/src/main/java/org/apache/brooklyn/core/mgmt/internal/BrooklynGarbageCollector.java
+++ b/core/src/main/java/org/apache/brooklyn/core/mgmt/internal/BrooklynGarbageCollector.java
@@ -232,8 +232,6 @@ public class BrooklynGarbageCollector {
     }
 
     public void logUsage(String prefix) {
-        LOG.info(prefix+" - using "+getUsageString());
-
         if (LOG.isDebugEnabled())
             LOG.debug(prefix+" - using "+getUsageString());
     }