Answers for "mongodb log directory missing ubuntu"

1

mongodb log directory missing ubuntu

Check the MongoDB config file at /etc/mongod.conf or /yourMongoDBpath/mongod.conf, the logpath defined where to log.

sudo chown mongodb /var/log/mongodb
Posted by: Guest on July-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language