On Thu, Sep 07, 2017 at 12:05:11PM +0200, Sebastian Benoit wrote:
> The reason you see the message on the console on halt and reboot is, because
> syslogd is gone at that point, so the message goes to the console instead.

pflogd(8) explicitly requests this behavior.

                openlog("pflogd", LOG_PID | LOG_CONS, LOG_DAEMON);

The LOG_CONS means to write to console if syslogd(8) is dead.  If
you remove that flag, the message will go away.

bluhm

Reply via email to