haraka / Haraka

A fast, highly extensible, and event driven SMTP server
https://haraka.github.io
MIT License
4.91k stars 653 forks source link

plugins: improve logging #3328

Closed msimerson closed 2 months ago

msimerson commented 2 months ago

changes:

before

Starting up Haraka version 3.0.3
[INFO] [-] [core] Loading plugins
[INFO] [-] [core] Loading plugin: fcrdns
[INFO] [-] [core] Loading plugin: helo.checks
[INFO] [-] [core] Loading plugin: tls
[INFO] [-] [core] loading tls.ini
[INFO] [-] [core] Loading plugin: headers
[INFO] [-] [core] Loading plugin: attachment

After

Starting up Haraka version 3.0.3
[INFO] [-] [plugins] loading fcrdns
[INFO] [-] [plugins] loading helo.checks
[INFO] [-] [plugins] loading tls
[INFO] [-] [core] loading tls.ini
[INFO] [-] [plugins] loading headers
[INFO] [-] [plugins] loading attachment

Checklist: