Skip to content

Commit

Permalink
Merge pull request #50 from Project-Catcher/test-dj-db-connection
Browse files Browse the repository at this point in the history
test: connection leak 관련 테스트
  • Loading branch information
pingu9 authored Dec 16, 2023
2 parents cce6484 + eb6ee63 commit 859c6d4
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 859c6d4

Please sign in to comment.