Skip to content

Commit

Permalink
[#105] chore: application.yml에서 기본적으로 로깅하지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-mallang committed Dec 4, 2023
1 parent 3bfa96b commit 463aa77
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
spring:
jpa:
show-sql: true
properties:
hibernate:
format_sql: true
use_sql_comments: true
highlight_sql: true

hibernate:
ddl-auto: create
# show-sql: true
# properties:
# hibernate:
# format_sql: true
# use_sql_comments: true
# highlight_sql: true

auth:
oauth:
Expand All @@ -21,7 +20,7 @@ auth:
session:
ttl: 3600

logging:
level:
org.hibernate.orm.jdbc.bind: TRACE
#logging:
# level:
# org.hibernate.orm.jdbc.bind: TRACE

0 comments on commit 463aa77

Please sign in to comment.