Skip to content

Commit

Permalink
log settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ArikLabs committed Nov 17, 2023
1 parent 0621814 commit b4aca32
Show file tree
Hide file tree
Showing 3 changed files with 5,266 additions and 3,746 deletions.
1 change: 1 addition & 0 deletions lib/sailor.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class Sailor {
return OBJECT_ID_HEADER;
}
constructor(settings) {
log.info(JSON.stringify(settings, null, 2));
this.settings = settings;
this.messagesCount = 0;
this.amqpConnection = new amqp.Amqp(settings);
Expand Down
Loading

0 comments on commit b4aca32

Please sign in to comment.