Skip to content

Commit 5c4edaf

Browse files
committed
调整auth的日志默认输出为debug
1 parent ff59e9e commit 5c4edaf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

auth/authentication-server/src/main/resources/application.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ feign:
3636

3737
logging:
3838
level:
39+
com.springboot.cloud: debug
3940
org.springframework.web: debug
40-
org.springframework.security: DEBUG
41-
org.apache.ibatis: debug
42-
java.sql.PreparedStatement: debug
41+
org.springframework.security: debug
4342
path: logs/
4443
file:
4544
max-size: 1GB

0 commit comments

Comments
 (0)