Skip to content

Commit c6a4c3d

Browse files
authored
Disable SQL logging in production configuration
1 parent 6b0284c commit c6a4c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spring:
3232
hibernate:
3333
ddl-auto: validate
3434
open-in-view: false
35-
show-sql: true
35+
show-sql: false
3636
properties:
3737
hibernate:
3838
format_sql: false

0 commit comments

Comments
 (0)