Skip to content

Commit b09344e

Browse files
authored
helo.checks: reduce noisy logging #3202
1 parent f3685a7 commit b09344e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/helo.checks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ exports.init = function (next, connection, helo) {
110110

111111
exports.should_skip = function (connection, test_name) {
112112
if (connection.results.has('helo.checks', '_skip_hooks', test_name)) {
113-
this.loginfo(connection, `SKIPPING: ${test_name}`);
113+
this.logdebug(connection, `SKIPPING: ${test_name}`);
114114
return true;
115115
}
116116
connection.results.push(this, {_skip_hooks: test_name});

0 commit comments

Comments
 (0)