Created
October 12, 2016 10:36
-
-
Save ProGM/09b301e9f2a5f13fdf8bea14a0d9a7b9 to your computer and use it in GitHub Desktop.
Debugging neo4j.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Neo4j::ActiveBase.current_session.adaptor.logger.level = Logger::DEBUG | |
Neo4j::Core::CypherSession::Adaptors::Base.subscribe_to_query(&method(:puts)) | |
Neo4j::Core::CypherSession::Adaptors::HTTP.subscribe_to_request(&method(:puts)) | |
Neo4j::Core::CypherSession::Adaptors::Embedded.subscribe_to_transaction(&method(:puts)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment