I installed mongodb in my mac and following is the way I installed. Where is my mongodb log file located?
$ tar xzf mongodb-osx-x86_64-2.2.3.tgz $ sudo mv mongod
I installed mongo with brew, and it was located at /usr/local/var/log/mongodb/mongo.log
/usr/local/var/log/mongodb/mongo.log
I found it by running
find / -name mongo.log