Issue in installing mongocommunity db on Mac

Below are my Mac details :

I followed the instructions as suggested in here → https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/

I tried starting, restarting the service, which all seems fine…

but I get this error
Name Status User File mongodb-community error 19968 sanjay ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist

and also, I don’t see any logs(zero bites) under /var/log/mongodb

this is how my mongo.conf file looks like,

systemLog:
  destination: file
  path: /opt/homebrew/var/log/mongodb/mongo.log
  logAppend: true
storage:
  dbPath: /opt/homebrew/var/mongodb
net:
  bindIp: 127.0.0.1

Which version of community you installed
What does brew services list show
Your logfile is /opt/homebrew/var/log/mongodb/mongo.log not under /var/log/mongodb
Does it show more details?