Skip to content

Commit 0f16f99

Browse files
committed
Disable db logging in prod
1 parent d1e72ae commit 0f16f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/resources/application-prod.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Logging
2-
logging.level.org.springframework.jdbc=DEBUG
2+
logging.level.org.springframework.jdbc=ERROR
33

44
# SQL Settings
55
spring.sql.init.mode=never

0 commit comments

Comments
 (0)