1
所以我有一個Linux服務器上的企業版neo4j 2.0 M3。當我運行neo4j-shell時,它將shell命令記錄在我的主目錄中。neo4j外殼日誌沒有時間戳
像這樣
ls -as
4 . 4 .bash_logout 4 .groovy 4 .java 4 .ssh
4 .. 4 .bash_profile 4 .emacs 4 .inputrc 4 .kde 4 .pki
72 .bash_history 4 .bashrc 4 .grails 4 .ivy2 4 .mozilla 4 .shell_history
當我們進入shell的歷史記錄,我們只得到外殼的歷史命令
START n=node(*) RETURN n,labels(n);
exit
START n=node(*) RETURN n,labels(n);
exit
但是,它不添加時間戳。我怎麼能添加一個時間戳。我在loggings.properties
看,但無法找到它。謝謝!