Skip to content

Commit 9c73136

Browse files
authored
Merge pull request #219 from seoahS01/main
chore: DB 로그 찍기
2 parents bd02478 + 6707be8 commit 9c73136

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spring:
1010
properties:
1111
hibernate:
1212
# show_sql: true
13-
# format_sql: true
13+
format_sql: true
1414
default_batch_fetch_size: 1000
1515
data:
1616
- secret
@@ -25,4 +25,4 @@ springdoc:
2525

2626
logging.level:
2727
org.hibernate.SQL: debug
28-
# org.hibernate.orm.jdbc.bind: trace
28+
org.hibernate.orm.jdbc.bind: trace

0 commit comments

Comments
 (0)