Skip to content

Commit

Permalink
fix for cycled query log
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Sep 27, 2024
1 parent 38c9b38 commit 3c8a991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadKB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ chmod -R 777 /import || :
chmod -R 777 /var/lib/neo4j/plugins || :

#Output the query log to docker log:
tail -f /var/lib/neo4j/logs/query.log >/proc/1/fd/1 &
tail --follow=name --retry /var/lib/neo4j/logs/query.log >/proc/1/fd/1 &
exec /docker-entrypoint.sh neo4j

0 comments on commit 3c8a991

Please sign in to comment.