https://github.com/nmervaillie/neo4j-procedure-logging-example
A sample project demonstrating how to control logging from custom procedures/functions
https://github.com/nmervaillie/neo4j-procedure-logging-example
neo4j neo4j-plugin
Last synced: 3 months ago
JSON representation
A sample project demonstrating how to control logging from custom procedures/functions
- Host: GitHub
- URL: https://github.com/nmervaillie/neo4j-procedure-logging-example
- Owner: nmervaillie
- Created: 2021-04-09T09:05:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T09:06:00.000Z (about 4 years ago)
- Last Synced: 2025-01-19T14:44:17.265Z (5 months ago)
- Topics: neo4j, neo4j-plugin
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Neo4j logging in procedure example
This project illustrates how to do logging in a Neo4j custom procedure / function,
and control the logging activation dynamically at runtime using `CALL dbms.setConfigValue`.It uses the enterprise edition as community edition does not support changing configuration at runtime.
You'll need to configure your maven settings to add the Neo4j enterprise maven repository (see pom file for more details).