Skip to content

Commit

Permalink
feat: 로그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
peeerr committed Nov 12, 2024
1 parent bfd1d16 commit d1ea11d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ spring:
hibernate:
jdbc:
time_zone: Asia/Seoul
format_sql: true
show-sql: true
hibernate:
ddl-auto: none

Expand All @@ -22,6 +24,14 @@ spring:
max-request-size: 25MB
resolve-lazily: true

logging:
level:
org:
hibernate:
orm:
jdbc:
bind: trace

aws:
s3:
client: AmazonS3
Expand Down

0 comments on commit d1ea11d

Please sign in to comment.