diff options
author | Richard Kreuter <richard@10gen.com> | 2010-04-30 14:47:48 -0400 |
---|---|---|
committer | Richard Kreuter <richard@10gen.com> | 2010-04-30 14:47:48 -0400 |
commit | 663c3a7682c16ba07f99ccf1ed0bf3a6341b228e (patch) | |
tree | f6062726d60fdceb3824d67d4362b37a19f738b3 /rpm | |
parent | 9890ad669af4be1b1da63b7f695f5b353a8d3068 (diff) | |
download | mongo-663c3a7682c16ba07f99ccf1ed0bf3a6341b228e.tar.gz |
Enable logappend in the conf file for RPM systems.
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/mongod.conf | 2 |
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 |