log level in in unit tests of Neo4j -
i unit testing extension neo4j 3.0.x using official documentation. in each of resources, inject both graphdatabaseservice , org.neo4j.logging.log objects provided neo4j.
how can configure logger print debug logs stdout during unit tests?
actually, couldn't change log level on running instance of neo4j either, regardless of value set in neo4j.conf: dbms.logs.debug.level=debug
Comments
Post a Comment