Skip to content

Commit

Permalink
Merge pull request #173 from SPACE-FOR-SPACE/fix/#135
Browse files Browse the repository at this point in the history
로그 백 설정 및 로그 제한 해제
  • Loading branch information
YunChan-Oh authored Nov 25, 2024
2 parents fbca4be + d96b401 commit a48d014
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 a48d014

Please sign in to comment.