Knowledge Base

Articles tagged as logs

How do I convert Neo4j logs from base UTC to local timezone

With the introduction of Neo4j 3.3.1 it is possible to represent date timestamps in your $NEO4J_HOME/logs/* in either UTC or SYSTEM timezone through the implementation of dbms.logs.timezone However for prior…

Read more

How to collect Neo4j logs

When raising Neo4j Support cases, it is important to upload Neo4j logs. This allows the Neo4j Support Engineers to efficiently begin working on the support case. The following log files…

Read more

How to logrotate neo4j.log file

The neo4j.log file is a redirection to STDOUT. When you implement a default logrotate strategy, Neo4j will not be able to write to that file anymore after a rotation. Solution…

Read more