While console logging may be effective in development, it's not entirely useful in production where you're not monitoring every move your service makes. I'd recommend looking into error handling and how you can persist those errors to check at any time in the future.
https://github.com/nycHimilayas/sdc/blob/764e15ff103a960e02c335c7293c318a3d28c23f/db/reviews.js#L11
While console logging may be effective in development, it's not entirely useful in production where you're not monitoring every move your service makes. I'd recommend looking into error handling and how you can persist those errors to check at any time in the future.