Skip to content

Commit

Permalink
Merge cfbb699 into 97614a5
Browse files Browse the repository at this point in the history
  • Loading branch information
tbence94 committed Jan 11, 2023
2 parents 97614a5 + cfbb699 commit ffbabcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueueConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class QueueConnection extends EventEmitter {

this._connectionPromise = this._connect(this._config.url, options).then((conn) => {
const urlObject = new URL(this._activeConnectionUrl)
this._logger.info(`RabbitMQ connection established on '${urlObject.host}' host`)
this._logger.info(`RabbitMQ connection established on '${urlObject.host}' host. vhost: ${urlObject.pathname}`)

conn.on('error', (err) => {
if (err.message !== 'Connection closing') {
Expand Down

0 comments on commit ffbabcb

Please sign in to comment.