File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
driver/src/main/java/org/neo4j/driver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434import org .neo4j .driver .util .Immutable ;
3535
3636import static java .lang .String .format ;
37- import static org .neo4j .driver .Logging . javaUtilLogging ;
37+ import static org .neo4j .driver .internal . logging . DevNullLogging . DEV_NULL_LOGGING ;
3838
3939/**
4040 * A configuration class to config driver properties.
@@ -269,7 +269,7 @@ public String userAgent()
269269 */
270270 public static class ConfigBuilder
271271 {
272- private Logging logging = javaUtilLogging ( Level . INFO ) ;
272+ private Logging logging = DEV_NULL_LOGGING ;
273273 private boolean logLeakedSessions ;
274274 private int maxConnectionPoolSize = PoolSettings .DEFAULT_MAX_CONNECTION_POOL_SIZE ;
275275 private long idleTimeBeforeConnectionTest = PoolSettings .DEFAULT_IDLE_TIME_BEFORE_CONNECTION_TEST ;
You can’t perform that action at this time.
0 commit comments