Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit f86b785

Browse files
markpollacktrisberg
authored andcommitted
Reduce verbosity of logging on startup
1 parent a0f57b7 commit f86b785

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

spring-cloud-dataflow-server-core/src/main/resources/META-INF/dataflow-server-defaults.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
management:
22
security:
33
roles: ADMIN
4+
logging:
5+
level:
6+
org.springframework.beans: 'WARN'
7+
org.springframework.context: 'WARN'
8+
org.springframework.jmx: 'WARN'
9+
org.springframework.web: 'WARN'
10+
org.springframework.security: 'WARN'
11+
org.springframework.integration: 'WARN'
12+
org.springframework.boot: 'WARN'
413
spring:
514
autoconfigure:
615
exclude: org.springframework.boot.autoconfigure.session.SessionAutoConfiguration

0 commit comments

Comments
 (0)