Skip to content

Commit

Permalink
fix(logs): log matches in queue poll entry
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 8, 2024
1 parent 74a3d82 commit 84bf40b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,8 @@ module.exports.init = function (app, done) {

message._queue_poll_skip_domains = entry.query?.domain?.$nin?.join(', ');

message._queue_poll_match = entry.match ? 'yes' : 'no';

message._error = entry.error;
}
break;
Expand Down

0 comments on commit 84bf40b

Please sign in to comment.