MongoDB Log Directory brak 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
Jaimin Patel