로그레벨 동적으로 변경되도록....................................

This commit is contained in:
cho
2026-03-05 11:52:11 +09:00
parent 8b72299689
commit b6c2fde29b
@@ -41,6 +41,10 @@ public class ReloadPropertyCommand extends Command {
if (logger.isWarn())
logger.warn(this.name + "] " + keyName + " Reload.");
}
if (keyName.startsWith("FileLogger{")) {
com.eactive.eai.common.util.Logger.setLoggerLevel(keyName);
}
}
} catch (Exception e) {
String rspErrorCode = "RECEAIMCM002";