diff options
author | Ernie Hershey <ernie.hershey@10gen.com> | 2013-10-02 11:16:08 -0400 |
---|---|---|
committer | Ernie Hershey <ernie.hershey@10gen.com> | 2013-10-04 13:25:27 -0400 |
commit | a83a7fb0788ddb589a18216abfea06c6f264921b (patch) | |
tree | 65359d53c463faae3647b59a3edee2222f2f2ca0 /debian | |
parent | ef582b64cb3013bed2165f3bc35f180e52710b66 (diff) | |
download | mongo-a83a7fb0788ddb589a18216abfea06c6f264921b.tar.gz |
SERVER-10975 Specify correct logpath in deb mongod.conf
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongod.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mongod.conf b/debian/mongod.conf index da78d2b7817..4d9dd562793 100644 --- a/debian/mongod.conf +++ b/debian/mongod.conf @@ -8,7 +8,7 @@ dbpath=/var/lib/mongodb #where to log -logpath=/var/log/mongodb/mongodb.log +logpath=/var/log/mongodb/mongod.log logappend=true |