Skip to content

A sample project demonstrating how to control logging from custom procedures/functions

Notifications You must be signed in to change notification settings

nmervaillie/neo4j-procedure-logging-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

A sample project demonstrating how to control logging from custom procedures/functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages