Skip to content

Commit

Permalink
πŸ› oauth2 λ¦¬λ‹€μ΄λ ‰μ…˜ μ„€μ •
Browse files Browse the repository at this point in the history
- 404 μ—λŸ¬λ₯Ό μˆ˜μ •ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€.
  • Loading branch information
Ganghee-Lee-0522 committed Jan 12, 2024
1 parent 97c97f2 commit facd638
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ feign:
client:
config:
default:
logger-level: INFO
logger-level: DEBUG

logging:
level:
com.example: INFO
web: INFO
org.springframework.web: INFO
com.example: DEBUG
web: DEBUG
org.springframework.web: DEBUG

0 comments on commit facd638

Please sign in to comment.