Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. brew install homebrew/versions/mongodb24
  2.  
  3. mongod --config /usr/local/etc/mongod.conf
  4.  
  5. error command line: unrecognized line in 'systemLog:'
  6.  
  7. systemLog:
  8. destination: file
  9. path: /usr/local/var/log/mongodb/mongo.log
  10. logAppend: true
  11. storage:
  12. dbPath: /usr/local/var/mongodb
  13. net:
  14. bindIp: 127.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement