Hello,
I want to test security logging on my local Neo4j Desktop DB. I am launching the DB and connecting via bolt but the only logs are:
2022-09-02 08:09:47.108+0000 INFO Updating the initial password in component 'security-users'
2022-09-02 08:11:22.180+0000 INFO Performing postInitialization step for component 'security-users' with version 3 and status CURRENT
2022-09-02 08:11:22.181+0000 INFO Updating the initial password in component 'security-users'
2022-09-02 09:38:47.887+0000 INFO Performing postInitialization step for component 'security-users' with version 3 and status CURRENT
2022-09-02 09:38:47.888+0000 INFO Updating the initial password in component 'security-users'
2022-09-02 09:41:26.618+0000 INFO Performing postInitialization step for component 'security-users' with version 3 and status CURRENT
2022-09-02 09:41:26.619+0000 INFO Updating the initial password in component 'security-users'
And I want to follow the changes of who updated the graph for example:
Info graph change [user] [performed query]
Is there such a thing in Neo4J?