MichaelMorrisEst commented on code in PR #3501:
URL: https://github.com/apache/logging-log4j2/pull/3501#discussion_r2007307225


##########
log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/impl/BuiltConfiguration.java:
##########
@@ -148,9 +154,28 @@ public void setShutdownTimeoutMillis(final long 
shutdownTimeoutMillis) {
     }
 
     public void setMonitorInterval(final int intervalSeconds) {
+        initializeMonitoring(intervalSeconds, "");
+    }
+
+    public void initializeMonitoring(final int intervalSeconds, final String 
monitorUris) {

Review Comment:
   Used URIs in reworked impl



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to