부하테스트를 위한 로그레벨 조정

This commit is contained in:
cho
2026-02-26 19:44:36 +09:00
parent 80bec96931
commit 1428d3e2fa
4 changed files with 30 additions and 4 deletions
@@ -21,7 +21,7 @@ public class DefaultInterfaceMapper implements InterfaceMapper {
protected String getPath(String key) {
String path = itemPathMap.get(key);
if(StringUtils.isBlank(path)) {
logger.warn("message-mapping not defined key = {}", key);
logger.debug("message-mapping not defined key = {}", key);
}
return path;
}