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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -