Commit e1d6a690 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) syslog cp messages to portalauth.log

parent 6dfe4bfd
...@@ -875,6 +875,7 @@ function system_syslogd_start() ...@@ -875,6 +875,7 @@ function system_syslogd_start()
if (!isset($syslogcfg['disablelocallogging'])) { if (!isset($syslogcfg['disablelocallogging'])) {
$syslogconf .= <<<EOD $syslogconf .= <<<EOD
local3.* {$log_directive}/var/log/vpn.log local3.* {$log_directive}/var/log/vpn.log
!captiveportal
local4.* {$log_directive}/var/log/portalauth.log local4.* {$log_directive}/var/log/portalauth.log
local7.* {$log_directive}/var/log/dhcpd.log local7.* {$log_directive}/var/log/dhcpd.log
*.notice;kern.debug;lpr.info;mail.crit;daemon.none; {$log_directive}/var/log/system.log *.notice;kern.debug;lpr.info;mail.crit;daemon.none; {$log_directive}/var/log/system.log
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment