부하테스트를 위한 로그레벨 조정
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user