We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff59e9e commit 5c4edafCopy full SHA for 5c4edaf
auth/authentication-server/src/main/resources/application.yml
@@ -36,10 +36,9 @@ feign:
36
37
logging:
38
level:
39
+ com.springboot.cloud: debug
40
org.springframework.web: debug
- org.springframework.security: DEBUG
41
- org.apache.ibatis: debug
42
- java.sql.PreparedStatement: debug
+ org.springframework.security: debug
43
path: logs/
44
file:
45
max-size: 1GB
0 commit comments