Open pgnd opened 4 years ago
I don't think this is possible (easily) with the current setup, I'll make it a feature request.
it's manageable using rsyslog. e.g.,
if (
$programname == 'fm-auth-milter' AND $syslogseverity <= '5')
) then {
action(type="omfile" sync="off" file="/var/log/milters.log")
stop
}
works well enough to segregate less noise into a target file.
no, it doesn't actually limit the logging level ... just makes seeing only what you want a tad more convenient.
Hi, I would love to see this functionality added too. It's adversely affecting performance of applications that read maillog entries
i'm attempting to dial DOWN the verbosity of auth-milter output, logging only to systemd's journald at a specified loglevel.
if my auth-milter config includes
with that^, journal still contains verbose output, e.g.
how do you turn auth-milter's log level down?