Skip to content

Commit

Permalink
[chore] redis, lettuce 로깅 레벨 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwoo7 committed Sep 15, 2024
1 parent ebb3ed4 commit 6af519a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ jwt:
refreshTokenExpireTime: ${REFRESH_TOKEN_EXPIRE_TIME}

isLocal: ${IS_LOCAL}

logging:
level:
org.springframework.data.redis: DEBUG
io.lettuce.core: DEBUG

0 comments on commit 6af519a

Please sign in to comment.