Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-22-2018 07:40 PM
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.
You can use "copytruncate" in your logrotate configuration file.
/usr/local/neo4j/logs/neo4j.log {
su neo4j neo4j
copytruncate
rotate 4
daily
compress
missingok
notifempty
}
Note :
There is a very small time slice between copying the file and truncating it, so
some logging data might be lost. When this option is used, the create option will
have no effect, as the old log file stays in place.
All the sessions of the conference are now available online