Skip to content

Commit

Permalink
알림 로그 레벨 변경 (#143)
Browse files Browse the repository at this point in the history
* docs: logback-spring.xml 프로필 설정 변경

* refactor: 알림 로그 레벨 변경
  • Loading branch information
0sunset0 authored Feb 17, 2024
1 parent fcb3aee commit 4aca127
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void sendMessage(String title, String body, String fcmToken,
notificationType, memberId, dogId,
title, body
));
log.warn("알림 보내기를 실패했습니다 errorMessage = {}", e.getMessage());
log.error("알림 보내기를 실패했습니다 errorMessage = {}", e.getMessage());
}
}

Expand Down

0 comments on commit 4aca127

Please sign in to comment.