neo4j / neo4j-go-driver

Neo4j Bolt Driver for Go
Apache License 2.0
488 stars 68 forks source link

Move logging (standard and Bolt) to `logging` package #472

Closed fbiville closed 8 months ago

fbiville commented 1 year ago

As a way to fight against package pollution (see this discussion), all logging capabilities should be moved to their own package.

In order to not break compatibility within the 5.x series, a type alias should be introduced in the neo4j (and instantly deprecated to give users notice to migrate to the alias target in logging).