From: Alexander Barton Date: Fri, 24 Sep 2010 15:39:11 +0000 (+0200) Subject: New configuration option "SyslogFacility" X-Git-Tag: rel-17-rc1~8 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;h=5e82a91d1337b78510bc62fe3c7e43f9c0b7d3d1;hp=5e82a91d1337b78510bc62fe3c7e43f9c0b7d3d1;p=ngircd-alex.git 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. ---