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 fc7c2ac commit 31a2e91Copy full SHA for 31a2e91
src/main/resources/application.properties
@@ -3,8 +3,12 @@ spring.profiles.active: test
3
server.address: 127.0.0.1
4
server.port: 8080
5
6
+# Properties that are useful for debugging (with its default values)
7
debug: false
8
trace: false
9
+logging.level.sql: INFO
10
+logging.level.web: INFO
11
+spring.http.log-request-details: false
12
13
spring.main.banner-mode: off
14
0 commit comments