-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
I don't think the logging is working. I see the alias plugin rcpt hook is running, but there is no logging shown for this plugin.
Looking at the code in this plugin I see logging looks like this:
connection.loginfo(plugin, `unknown action: ${action1}`)
In the hello.checks plugin logging looks like this:
this.loginfo(connection, `SKIPPING: ${test_name}`);
I'm not sure if these are logically equivalent, but as logging is not working I was wondering if something had changed in Haraka that had broke logging on this plugin.
Metadata
Metadata
Assignees
Labels
No labels