目前MongDb的系统日志log非常大,已经去到几G的级别了.请问我们限制它的大小么?或者MongoDb自动清理
大家讲道理2017-04-21 11:17:47
Use a fixed collection to store logs. When inserting new logs, the oldest logs will be deleted (if the preset size has been reached)
PHP中文网2017-04-21 11:17:47
You can use -v mode or -quiet mode to reduce the amount of irrelevant debugging logs