Skip to content

Commit 31a2e91

Browse files
committed
1 parent fc7c2ac commit 31a2e91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/application.properties

+4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ spring.profiles.active: test
33
server.address: 127.0.0.1
44
server.port: 8080
55

6+
# Properties that are useful for debugging (with its default values)
67
debug: false
78
trace: false
9+
logging.level.sql: INFO
10+
logging.level.web: INFO
11+
spring.http.log-request-details: false
812

913
spring.main.banner-mode: off
1014

0 commit comments

Comments
 (0)