I recently installed the community version of neo4j on a linux server. Now I'm trying to verify queries that are running remotely but I can't seem to find any sort of transaction log. Most parameters I find are referencing 2.3 configurations (which have changed) and everything I've read about 3.0 seems to indicate transaction logs are enabled by default. Yet in the log directory, I do not see 'query.log'.
I've tried enabling http and gc logging but neither of these are helpful as I cannot see the actual query that was executed.
Is this something simply unavailable in the community version?