Skip to content

Commit

Permalink
test: 테스트 로그에 쿼리 로그 제거하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seokjin8678 committed Nov 14, 2023
1 parent af43162 commit 7a7aac5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions backend/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ spring:
datasource:
url: jdbc:h2:mem:test;MODE=MYSQL;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
jpa:
properties:
hibernate:
format_sql: true
show-sql: true
show-sql: false
hibernate:
ddl-auto: create
open-in-view: false
Expand All @@ -15,12 +12,6 @@ spring:
logging:
file:
path: ./
level:
org:
hibernate:
orm:
jdbc:
bind: trace

festago:
qr-secret-key: festagofestagofestagofestagofestagofestagofestagofestagofestagofestagofestagofestagofestagofestago
Expand Down

0 comments on commit 7a7aac5

Please sign in to comment.