Skip to content

Commit

Permalink
[fix] : 운영서버 로깅 레벨 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
evergreenn committed Mar 13, 2024
1 parent 08ecaa6 commit 8b2f4f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring:
hibernate:
default_batch_fetch_size: 1000
dialect: org.hibernate.dialect.MySQL8Dialect
show_sql: true
show_sql: false
format_sql: true

database: mysql
Expand Down Expand Up @@ -51,11 +51,11 @@ spring:
decorator:
datasource:
p6spy:
enable-logging: true
enable-logging: false

logging:
level:
org.hibernate.SQL: debug
org.hibernate.SQL: error

cloud:
aws:
Expand Down

0 comments on commit 8b2f4f6

Please sign in to comment.