From 9d5dc6347a321d228795d57694e31a1cf7ea325b Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Tue, 24 Dec 2019 10:05:13 -0500 Subject: [PATCH] Moving mongo config log. --- config/mongodb.dev.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/mongodb.dev.conf b/config/mongodb.dev.conf index 828479576..757fc0b09 100644 --- a/config/mongodb.dev.conf +++ b/config/mongodb.dev.conf @@ -8,13 +8,12 @@ dbpath=/Users/sclay/projects/data/db/unsharded #where to log -logpath=/Users/sclay/projects/data/unsharded.log +logpath=/Users/sclay/projects/data/logs/unsharded.log #port = 27017 slowms=100 -rest = true profile = 2 # Enables periodic logging of CPU utilization and I/O wait #cpu = true