aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Martins <leonardo@venidera.com>2012-04-26 15:01:56 -0300
committerLeonardo Martins <leonardo@venidera.com>2012-04-26 15:01:56 -0300
commitddf14c0969b5f1ff6b1f426a3992b48f22aabeb4 (patch)
tree0fad57e3409a74a8919f932786090208dde0e8df /dev-db/neo4j-community/files/neo4j-community-1.7-logging_properties.patch
parentUpdated roadmap (diff)
downloadvenidera-ddf14c0969b5f1ff6b1f426a3992b48f22aabeb4.tar.gz
venidera-ddf14c0969b5f1ff6b1f426a3992b48f22aabeb4.tar.bz2
venidera-ddf14c0969b5f1ff6b1f426a3992b48f22aabeb4.zip
Moved log files to /var/log
Diffstat (limited to 'dev-db/neo4j-community/files/neo4j-community-1.7-logging_properties.patch')
-rw-r--r--dev-db/neo4j-community/files/neo4j-community-1.7-logging_properties.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-db/neo4j-community/files/neo4j-community-1.7-logging_properties.patch b/dev-db/neo4j-community/files/neo4j-community-1.7-logging_properties.patch
new file mode 100644
index 0000000..ee1bd49
--- /dev/null
+++ b/dev-db/neo4j-community/files/neo4j-community-1.7-logging_properties.patch
@@ -0,0 +1,11 @@
+--- conf/logging.properties.orig 2012-04-26 14:57:04.000000000 -0300
++++ conf/logging.properties 2012-04-26 14:58:33.000000000 -0300
+@@ -53,7 +53,7 @@
+ # "%g" the generation number to distinguish rotated logs
+ # "%u" a unique number to resolve conflicts
+ # "%%" translates to a single percent sign "%"
+-java.util.logging.FileHandler.pattern=data/log/neo4j.%u.%g.log
++java.util.logging.FileHandler.pattern=/var/log/neo4j.log.%u.%g
+
+ # Specifies whether the FileHandler should append onto any existing files (defaults to false).
+ java.util.logging.FileHandler.append=true