Skip to content

Commit d222f23

Browse files
authored
Merge pull request #278 from DevKor-github/develop
sql log off
2 parents a0ae559 + 9db2c1a commit d222f23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ spring:
1313
ddl-auto: update
1414
naming:
1515
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
16-
show-sql: true
16+
show-sql: false
1717
properties:
1818
hibernate:
19-
format_sql: true
19+
format_sql: false
2020
dialect: org.hibernate.dialect.MySQL8InnoDBDialect
2121
defer-datasource-initialization: true
2222
sql:
@@ -54,7 +54,7 @@ spring:
5454

5555
logging:
5656
level:
57-
org.hibernate.SQL: debug
57+
org.hibernate.SQL: off
5858
# org.elasticsearch.client: TRACE
5959

6060
jwt:

0 commit comments

Comments
 (0)