We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 694ed1e + 2becc00 commit 4b37700Copy full SHA for 4b37700
applications/rest-service/src/main/resources/application.properties
@@ -0,0 +1,10 @@
1
+spring.profiles.active=default, core
2
+spring.application.name=spring-boot-upgrade-report
3
+# toggle support for git to sync and auto-commit
4
+sbm.gitSupportEnabled=true
5
+logging.level.org=ERROR
6
+logging.level.org.springframework.sbm.logging.MethodCallTraceInterceptor=DEBUG
7
+logging.level.org.springframework.sbm.logging.StopWatchTraceInterceptor=DEBUG
8
+logging.level.org.springframework=ERROR
9
+logging.level.org.openrewrite=ERROR
10
+logging.level.org.springframework.sbm=ERROR
0 commit comments