Skip to content

Commit

Permalink
Moar rabbit debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed Apr 28, 2023
1 parent f5f9250 commit 67f533a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/rabbitmq/queues/ApiQueue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export class ApiQueue extends RabbitMQQueue implements PS2AlertsQueueInterface {
},
};

ApiQueue.classLogger.debug(`Connecting to queue ${this.queueName}...`);

await this.createChannel({
json: true,
// eslint-disable-next-line @typescript-eslint/no-misused-promises
Expand Down

0 comments on commit 67f533a

Please sign in to comment.