clebertsuconic commented on code in PR #4246:
URL: https://github.com/apache/activemq-artemis/pull/4246#discussion_r1013191905


##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Run.java:
##########
@@ -225,4 +227,21 @@ protected void stop() {
          e.printStackTrace();
       }
    }
+
+
+   public static final String OLD_LOG_NAME = "logging.properties";
+
+   public static void verifyOlderLogging(File fileInstance) throws Exception {

Review Comment:
   changing that to verifyOlderLogging(new File(getBrokerEtc());



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to