Drop neo4j driver notifications completely
Our use of neo4j results in many notifications of level WARNING coming back from the server, usually because there are properties are labels in our queries that do not (yet) have instances in the database. This results in a flood of warnings that appear to drive up system load on the host.
As a note: I've tried reducing the notifications coming back server-side with environment variable settings:
-
NEO4J_dbms_routing_driver_logging_level=ERROR -
NEO4J_server_logs_debug_enabled=false
However, this did not appear to solve the problem. Apparently notifications are always sent by the server, and it is up to the driver to handle them (or not).
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 78.72%. Comparing base (011d9db) to head (e86758d).
Additional details and impacted files
@@ Coverage Diff @@
## main #463 +/- ##
=======================================
Coverage 78.72% 78.72%
=======================================
Files 29 29
Lines 4798 4798
=======================================
Hits 3777 3777
Misses 1021 1021
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.