I installed mongodb
via brew
and when I try to start the mongo process brew services start mongodb/brew/mongodb-community
and I try to see the services list brew services list
I see the process is under error:
mongodb-community error 4 root ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist
This is my config file:
systemLog:
destination: file
path: /usr/local/var/log/mongodb/output.log
logAppend: true
storage:
dbPath: /usr/local/var/mongodb
net:
port: 27017
bindIp: 127.0.0.1, ::1
ipv6: true
The log file is currently empty.