Updated pom to remove distribution-management section and corrected aai base image...
[aai/babel.git] / src / main / java / org / onap / aai / babel / logging / LogHelper.java
index c118d8a..b9fa351 100644 (file)
@@ -388,7 +388,7 @@ public enum LogHelper implements Logger {
     @Override
     public void info(@SuppressWarnings("rawtypes") Enum errorCode, String... args) {
         if (isInfoEnabled()) {
-            invokeErrorCodeLogger(errorLogger::info, (EELFResolvableErrorEnum) errorCode, args);
+            invokeErrorCodeLogger(debugLogger::info, (EELFResolvableErrorEnum) errorCode, args);
         }
     }