1
0
mirror of https://github.com/hapifhir/hapi-fhir.git synced 2025-03-31 04:18:38 +00:00

Disabling test logging

This commit is contained in:
jamesagnew 2019-03-06 16:14:32 -05:00
parent 9bc0f6784d
commit 64facdab0a
4 changed files with 7 additions and 7 deletions
hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/config

@ -96,7 +96,7 @@ public class TestR4Config extends BaseJavaConfigR4 {
DataSource dataSource = ProxyDataSourceBuilder
.create(retVal)
.logQueryBySlf4j(SLF4JLogLevel.INFO, "SQL")
// .logQueryBySlf4j(SLF4JLogLevel.INFO, "SQL")
// .logSlowQueryBySlf4j(10, TimeUnit.SECONDS)
// .countQuery(new ThreadQueryCountHolder())
.beforeQuery(new BlockLargeNumbersOfParamsListener())