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 34
34
import org .neo4j .driver .util .Immutable ;
35
35
36
36
import 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 ;
38
38
39
39
/**
40
40
* A configuration class to config driver properties.
@@ -269,7 +269,7 @@ public String userAgent()
269
269
*/
270
270
public static class ConfigBuilder
271
271
{
272
- private Logging logging = javaUtilLogging ( Level . INFO ) ;
272
+ private Logging logging = DEV_NULL_LOGGING ;
273
273
private boolean logLeakedSessions ;
274
274
private int maxConnectionPoolSize = PoolSettings .DEFAULT_MAX_CONNECTION_POOL_SIZE ;
275
275
private long idleTimeBeforeConnectionTest = PoolSettings .DEFAULT_IDLE_TIME_BEFORE_CONNECTION_TEST ;
You can’t perform that action at this time.
0 commit comments