Skip to content

Commit

Permalink
refactor(infra): application-prod.yml
Browse files Browse the repository at this point in the history
로그 백 설정을 사용하기 위해서 로그 제한을 해제 했습니다.
  • Loading branch information
YunChan-Oh committed Nov 25, 2024
1 parent fbca4be commit d96b401
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,19 @@ spring:
ddl-auto: none
properties:
hibernate:
format_sql: false
show_sql: false
format_sql: true
show_sql: true

logging:
level:
org.springframework.security: DEBUG

server:
serverAddress: ${PROD_SERVER_HOST}
url: ${PROD_SERVER_URL}
proxy:
url: ${PROD_PROXY_SERVER_URL}

logging:
level:
org.springframework.security: ERROR
org.hibernate.SQL: ERROR
root: ERROR

springdoc:
swagger-ui:
path: /swagger-ui.html
Expand Down

0 comments on commit d96b401

Please sign in to comment.