]> arthur.barton.de Git - ngircd-alex.git/commit
New configuration option "SyslogFacility"
authorAlexander Barton <alex@barton.de>
Fri, 24 Sep 2010 15:39:11 +0000 (17:39 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 24 Sep 2010 15:39:11 +0000 (17:39 +0200)
commit5e82a91d1337b78510bc62fe3c7e43f9c0b7d3d1
tree506d3626f965399d89a746999d619ee7635ac632
parent4943bbb066bb49603743ae03846689d2f82441b6
New configuration option "SyslogFacility"

The new option "SyslogFacility" deines the syslog "facility" to which
ngIRCd should send log messages.

Possible values are system dependant, but most probably "auth", "daemon",
"user" and "local1" through "local7" are possible values; see syslog(3).
Default is "local5" for historical reasons.
ChangeLog
NEWS
doc/sample-ngircd.conf
man/ngircd.conf.5.tmpl
src/ngircd/conf.c
src/ngircd/conf.h
src/ngircd/log.c