How to set logging into logfile for Neo4j driver

Hello,

I invoke the Neo4j driver from an application to connect to Neo4j. Now I use a logger in my application and write the logs of my application into a certain log file in the application directory. In addition, I now have the requirement that all logs of the driver are also written to either the same file or at least the same directory. Is this basically feasible and is it possible to configure the driver to write to a log file? Logging on the console works for me and I see quite a lot.

1 Like