Skip to content

Commit

Permalink
[#6] 개발 환경 Logging 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Oct 20, 2021
1 parent 1d09d30 commit 4426175
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion common/src/main/resources/application-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,11 @@ spring:
format_sql: true
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
show_sql: true
use_sql_comments: true
use_sql_comments: true
logging:
level:
org:
hibernate:
type:
descriptor:
sql: trace

0 comments on commit 4426175

Please sign in to comment.