Skip to content

Commit 6e6bbd9

Browse files
Merge pull request #46 from SWUNITZEL/feat/#44-kakao-oauth2
[CHORE] 디버그 로그 삭제
2 parents f5cd514 + a09eb54 commit 6e6bbd9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/main/resources/application.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@ spring:
2828
authorization-uri: https://kauth.kakao.com/oauth/authorize
2929
token-uri: https://kauth.kakao.com/oauth/token
3030
user-info-uri: https://kapi.kakao.com/v2/user/me
31-
user-name-attribute: id
32-
33-
logging:
34-
level:
35-
org.springframework.security: DEBUG
31+
user-name-attribute: id

0 commit comments

Comments
 (0)