Skip to content

Commit

Permalink
Merge pull request eclipse-vorto#2518 from bosch-io/disable_sql_logging
Browse files Browse the repository at this point in the history
disable sql logging on dev
  • Loading branch information
kolotu authored Aug 13, 2020
2 parents 011dea4 + c2bbbf4 commit 035ca9e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spring:
# spring.datasource.password

jpa:
show-sql: true
show-sql: false
generate-ddl: true
hibernate:
ddl-auto: validate
Expand All @@ -50,4 +50,4 @@ mail:
host: localhost
port: 25
auth: false
from: [email protected]
from: [email protected]

0 comments on commit 035ca9e

Please sign in to comment.