Skip to content

Commit

Permalink
[DEBUG] #167 - set http logging setting to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
woowang789 committed Sep 15, 2022
1 parent 78a3e33 commit 6db46d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ spring.jpa.properties.hibernate.format_sql=true
logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE

logging.level.org.apache.http=DEBUG
logging.level.httpclient.wire=DEBUG

# mysql
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://demords.ccc9gseoduhy.ap-northeast-2.rds.amazonaws.com:3306/matdongsan?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
Expand Down

0 comments on commit 6db46d1

Please sign in to comment.