summaryrefslogtreecommitdiff
path: root/rpm/mongod.conf
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-04-30 14:47:48 -0400
committerRichard Kreuter <richard@10gen.com>2010-04-30 14:47:48 -0400
commit663c3a7682c16ba07f99ccf1ed0bf3a6341b228e (patch)
treef6062726d60fdceb3824d67d4362b37a19f738b3 /rpm/mongod.conf
parent9890ad669af4be1b1da63b7f695f5b353a8d3068 (diff)
downloadmongo-663c3a7682c16ba07f99ccf1ed0bf3a6341b228e.tar.gz
Enable logappend in the conf file for RPM systems.
Diffstat (limited to 'rpm/mongod.conf')
-rw-r--r--rpm/mongod.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf
index b8897b27b4c..99346efdd53 100644
--- a/rpm/mongod.conf
+++ b/rpm/mongod.conf
@@ -3,6 +3,8 @@
#where to log
logpath=/var/log/mongo/mongod.log
+logappend=true
+
# fork and run in background
fork = true