aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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