Skip to content

Commit

Permalink
test: connection leak 관련 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
권덕주 committed Dec 16, 2023
1 parent 10a56ff commit eb6ee63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ springdoc.packagesToScan=com.catcher.batch.resource
springdoc.pathsToMatch=/**

logging.level.com.zaxxer.hikari=DEBUG
logging.level.com.zaxxer.hikari.HikariConfig=DEBUG
logging.level.com.zaxxer.hikari.HikariConfig=DEBUG
spring.datasource.hikari.leak-detection-threshold=2000

0 comments on commit eb6ee63

Please sign in to comment.