We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13ec0d commit dbd5d7cCopy full SHA for dbd5d7c
web/src/main/java/org/openmrs/web/Listener.java
@@ -230,10 +230,7 @@ public void contextInitialized(ServletContextEvent event) {
230
if (StringUtils.hasLength(appDataRuntimeProperty)) {
231
OpenmrsUtil.setApplicationDataDirectory(null);
232
}
233
- //ensure that we always log the runtime properties file that we are using
234
- //since openmrs is just booting, the log levels are not yet set. TRUNK-4835
235
- OpenmrsLoggingUtil.applyLogLevel(getClass().getName(), "INFO");
236
- log.info("Using runtime properties file: {}",
+ log.warn("Using runtime properties file: {}",
237
OpenmrsUtil.getRuntimePropertiesFilePathName(WebConstants.WEBAPP_NAME));
238
239
0 commit comments