Skip to content

feat(logging): add support for System.Logger and deprecate Logging #1648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 6.x
Choose a base branch
from

Conversation

injectives
Copy link
Contributor

@injectives injectives commented May 13, 2025

BREAKING CHANGE: the default driver logging implementation has been changed from Logging#none() to Logging.systemLogging().

The logging abstraction has been deprecated in favour of the System.Logger. Specifically, this applies to the following::

  • org.neo4j.driver.Logging
  • org.neo4j.driver.Logger
  • org.neo4j.driver.Config.ConfigBuilder#withLogging(Logging)
  • org.neo4j.driver.Config#logging()

Once the logging abstraction is deleted, the driver is expected to use the System.Logger only.

@injectives injectives changed the title feat(logging): add support for System.Logger and deprecate Driver Log… feat(logging): add support for System.Logger and deprecate Logging May 13, 2025
@injectives injectives force-pushed the feature/logging branch 8 times, most recently from e1ccb17 to c64fa00 Compare May 13, 2025 22:59
BREAKING CHANGE: the default driver logging implementation has been changed from `Logging#none()` to `Logging.systemLogging()`.

The logging abstraction has been deprecated in favour of the `System.Logger`. Specifically, this applies to the following::
- `org.neo4j.driver.Logging`
- `org.neo4j.driver.Logger`
- `org.neo4j.driver.Config.ConfigBuilder#withLogging(Logging)`
- `org.neo4j.driver.Config#logging()`

Once the logging abstraction is deleted, the driver is expected to use the `System.Logger` only.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant