Logging is essential in any software. Logged messages can aid in troubleshooting sporadic errors that may only occur in production. Logging can also include identity tracking so we are able…
Month: <span>April 2020</span>
The Mongo Shell is an interactive JavaScript interface to MongoDB. You can use the mongo shell to query and update data as well as perform administrative operations ( https://docs.mongodb.com/manual/mongo/ ).…
While setting up MongoDB for windows using the MSI Installer, I ran into an interesting error on attempt to start the MongoDB Server Windows Service. To troubleshoot the problem, I…