logging - Neo4j Logical Log configuration -


i trying force neo4j store logical logs out of *.db folder , onto separate volume. don't see option in neo4j config files allow this. wondering if there way force them saved different volume volume actual neo4j data store? right logical files in same folder data files cant think of easy way symlink log files own volume since log files generated have different extensions each new log file generated (incremental).

there's config option logical_log. quoting manual:

logical log

logical_log base name logical log files, either absolute path or relative store_dir setting. should not changed.

default value: nioneo_logical.log

so might set logical_log=/my/path/for/logical/logs/nioneo_logical.log in neo4j.properties. make sure setting not directory, instead use filename.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -