How to find MongoDB log file path

In this article, we will see How to find MongoDB log file path in Linux environment. There are different methods to find MongoDB log file path.

Method1: find MongoDB log file path using mongod.conf file:
By Default, MongoDB creates the log file at this path “/var/log/mongodb/mongodb.log”, if the log file is not found at this path, please check with the MongoDB config file.

more /etc/mongod.conf

Continue reading How to find MongoDB log file path