- 메세지 템플릿 미존재 경고에서 에러로 변경
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user