로그레벨 동적으로 변경되도록....................................
This commit is contained in:
@@ -41,6 +41,10 @@ public class ReloadPropertyCommand extends Command {
|
|||||||
if (logger.isWarn())
|
if (logger.isWarn())
|
||||||
logger.warn(this.name + "] " + keyName + " Reload.");
|
logger.warn(this.name + "] " + keyName + " Reload.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (keyName.startsWith("FileLogger{")) {
|
||||||
|
com.eactive.eai.common.util.Logger.setLoggerLevel(keyName);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
String rspErrorCode = "RECEAIMCM002";
|
String rspErrorCode = "RECEAIMCM002";
|
||||||
|
|||||||
Reference in New Issue
Block a user