We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typically 95% of the failures with couchbase are because bad config:
On such failure; we often end up doing console.log(settings) in https://github.com/Wiredcraft/loopback-connector-couchbase3/blob/master/lib/couchbase3.js#L74 to figure out what is wrong.
Can we improve the log reporting to tell why it failed - and the param supplied to establish the connection ?
The text was updated successfully, but these errors were encountered:
makara
No branches or pull requests
Typically 95% of the failures with couchbase are because bad config:
On such failure; we often end up doing console.log(settings) in https://github.com/Wiredcraft/loopback-connector-couchbase3/blob/master/lib/couchbase3.js#L74 to figure out what is wrong.
Can we improve the log reporting to tell why it failed - and the param supplied to establish the connection ?
The text was updated successfully, but these errors were encountered: