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
From the mongo shell you can find the path for data, log and config using:
db.serverCmdLineOpts()