Github user kirklund commented on a diff in the pull request:

    https://github.com/apache/geode/pull/571#discussion_r121188665
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/internal/logging/LogWriterFactory.java
 ---
    @@ -87,19 +87,19 @@ public static InternalLogWriter 
createLogWriterLogger(final boolean isLoner,
             // LOG:CONFIG:
             logger.info(LogMarker.CONFIG, Banner.getString(null));
           }
    +      System.setProperty(InternalLocator.INHIBIT_DM_BANNER, "true"); // 
Ensure no more banners will
    --- End diff --
    
    I think we need to find a way to do this without setting INHIBIT_DM_BANNER. 
If the user closes the Cache and reopens it then this system property will 
still be true.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to