Skip to content

Commit d6cca95

Browse files
committed
logging level debug
1 parent 1ba11e8 commit d6cca95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/src/main/resources/application.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
server:
22
port: 9091
33

4+
logging:
5+
level:
6+
org.springframework.web: DEBUG
7+
org.springframework.security: DEBUG
8+
49
spring:
510
security:
611
oauth2:

0 commit comments

Comments
 (0)