Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-15-2018 01:59 AM
Hi!
I've just started to learn how to write plugins for neo4j. Havent done any java programming in years either, so a bit rusty on how everything works.
While developing id like to print some intermediate stuff to see how everything is going, but i keep failing in that
System.out.println ends up in the neo log when actually deploying, but would like it to print when running the tests as that would be better. Tried to use java.util.log to console but that also seems to be swallowed up.
Is there an easy way to get some info from the plugin? There should be, right??
I just use emacs and cmdline so would prefer to not have to run it in a debugger.
11-21-2018 10:12 PM
Neo4j has logs which dump the output from the java engine. These are found in the ./logs directory with the names:
11-28-2018 05:01 AM
Hi,
thanks for the reply. That seems to work when i deploy the plugin an run the neo server, but not when i run the unit tests using neo4j-harness
All the sessions of the conference are now available online