sebawagner commented on a change in pull request #111: URL: https://github.com/apache/openmeetings/pull/111#discussion_r487745517
########## File path: openmeetings-util/src/main/java/org/apache/openmeetings/util/OmFileHelper.java ########## @@ -101,6 +101,7 @@ private OmFileHelper() {} public static void setOmHome(File home) { OM_HOME = home; final String dataDir = System.getProperty("DATA_DIR"); + log.info("Using file locations - OM_HOME: {} DATA_DIR: {}", OM_HOME, dataDir); Review comment: funny how I coded the same line without reading this. But Moved it to the end finally. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org