Incoming TCP connections from clients fill the files of a log server.
authorbluhm <bluhm@openbsd.org>
Fri, 7 Apr 2017 15:36:16 +0000 (15:36 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 7 Apr 2017 15:36:16 +0000 (15:36 +0000)
commitf5096d3f088b529a2a090203e46bf1977e0bb2c8
treee47e493b4e5a62b03891817b77b59767bfda125e
parent4d36d16af2079dac16b931c2a8fbe46a423cbb60
Incoming TCP connections from clients fill the files of a log server.
A log client reconnects at every SIGHUP.  Write these accept and
close messages with debug priority, then they can be turned on in
syslog.conf.  Default is off.
While there, move a debug message and set the priority of the exit
message explicitly to error.
OK mpf@ millert@
usr.sbin/syslogd/syslogd.c