neo4j / neo4j-example-auth-plugins

Example authentication and authorization plugins for Neo4j
Apache License 2.0
17 stars 12 forks source link

api.log().info(...) not working #4

Closed jakinto closed 7 years ago

jakinto commented 7 years ago

AuthProviderOperationsap.log().info("....") is not working inside AuthPlugin.

Is there any property to enable this?

OliviaYtterbrink commented 7 years ago

I would need a bit more information to help you, what is it about the log that doesn't work?

jakinto commented 7 years ago

It's not logging in neo4j.log

OliviaYtterbrink commented 7 years ago

The log that you get from AuthProviderOperations is logging to security.log

jakinto commented 7 years ago

Perfect, sorry for the inconvenience.