Apr 112013
How to get the startup warning from MongoDB?
Answer:
The easiest way is login into the MongoDB using the shell, enter the command:
db.adminCommand({getLog: "startupWarnings" })
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to get the startup warning from MongoDB?
Answer:
The easiest way is login into the MongoDB using the shell, enter the command:
db.adminCommand({getLog: "startupWarnings" })