Where is log file of mongodb in mac

后端 未结 3 462
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-01 17:42

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         


        
3条回答
  •  旧巷少年郎
    2021-02-01 18:28

    I installed mongo with brew, and it was located at /usr/local/var/log/mongodb/mongo.log

    I found it by running

    find / -name mongo.log
    

提交回复
热议问题