We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e84251 commit 0e5fef1Copy full SHA for 0e5fef1
src/v1/internal/connector.js
@@ -271,7 +271,7 @@ class Connection {
271
/** Queue an INIT-message to be sent to the database */
272
initialize( clientName, token, observer ) {
273
if (this._log.isDebugEnabled()) {
274
- this._log.debug(`${this} C: INIT ${clientName} ${JSON.stringify(token)}`);
+ this._log.debug(`${this} C: INIT ${clientName} {...}`);
275
}
276
const initObserver = this._state.wrap(observer);
277
const queued = this._queueObserver(initObserver);
0 commit comments