로그 레벨 수정: warn → error
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled

- 메세지 템플릿 미존재 경고에서 에러로 변경
This commit is contained in:
Rinjae
2026-06-19 19:40:30 +09:00
parent 2e77ce373e
commit 09013156dc
@@ -51,7 +51,7 @@ public class MessageSendService {
processSingleRecipient(user, template.get(), messageParams); processSingleRecipient(user, template.get(), messageParams);
} }
} else { } else {
log.warn("메세지 템플릿이 존재 하지 않음 - {}", messageCode); log.error("메세지 템플릿이 존재 하지 않음 - {}", messageCode);
} }
} }