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.
1 parent 158c5fe commit 3d27fa1Copy full SHA for 3d27fa1
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