We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100762f commit e3ebb1fCopy full SHA for e3ebb1f
driver/src/main/java/org/neo4j/driver/Logging.java
@@ -73,9 +73,9 @@
73
* Example of driver configuration with SLF4J logging:
74
* <pre>
75
* {@code
76
- * Driver driver = GraphDatabase.driver("bolt://localhost:7687",
+ * Driver driver = GraphDatabase.driver("neo4j://localhost:7687",
77
* AuthTokens.basic("neo4j", "password"),
78
- * Config.build().withLogging(Logging.slf4j()).toConfig());
+ * Config.builder().withLogging(Logging.slf4j()).build());
79
* }
80
* </pre>
81
*
0 commit comments