removed deprecated function
This commit is contained in:
parent
efc49e1a2c
commit
e838b7b724
@ -16,7 +16,7 @@ func NewConnection(uri string, username string, password string) (neo4j.DriverWi
|
||||
|
||||
}
|
||||
|
||||
func useConsoleLogger(level neo4j.LogLevel) func(config *neo4j.Config) {
|
||||
func useConsoleLogger(level neo4j.LogLevel) func(config *config.Config) {
|
||||
return func(config *config.Config) {
|
||||
config.Log = neo4j.ConsoleLogger(level)
|
||||
}
|
||||
|
Reference in New Issue
Block a user