diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 6dbd68e..f8a54fe 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -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 \ No newline at end of file +logging.level.com.zaxxer.hikari.HikariConfig=DEBUG +spring.datasource.hikari.leak-detection-threshold=2000 \ No newline at end of file