Page MenuHomeFreeBSD

log daemon.info to /var/log/daemon.log by default
ClosedPublic

Authored by swills on Sep 7 2019, 5:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 17, 9:08 AM
Unknown Object (File)
Wed, Oct 15, 12:47 AM
Unknown Object (File)
Tue, Oct 14, 12:30 PM
Unknown Object (File)
Tue, Sep 23, 9:59 PM
Unknown Object (File)
Fri, Sep 19, 10:25 PM
Unknown Object (File)
Sep 17 2025, 5:48 AM
Unknown Object (File)
Sep 12 2025, 4:05 PM
Unknown Object (File)
Sep 9 2025, 3:40 AM
Subscribers

Details

Summary

log daemon facility now that daemon(8) has syslog support which defaults to daemon facility, info priority

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

daemon(8) man page

     -s	syslog_priority
	     These priorities are accepted: emerg, alert, crit,	err, warning,
	     notice, info, and debug.  The default is info.

     -l	syslog_facility
	     These facilities are accepted: auth, authpriv, console, cron,
	     daemon, ftp, kern,	lpr, mail, news, ntp, security,	syslog,	user,
	     uucp, and local0, ..., local7.  The default is daemon.

A number of ports use daemon(8) and log to this facility, so logging it by default seems like a good idea.

swills edited the summary of this revision. (Show Details)
swills retitled this revision from log daemon(8) facility to log daemon.info to /var/log/daemon.log by default.Sep 7 2019, 6:32 PM
This revision is now accepted and ready to land.Sep 8 2019, 8:25 AM