summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-21 15:54:58 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-21 15:55:14 -0400
commit4f7ead45f09d065cc7f6c46adeb271147f912106 (patch)
treedcc155a2162b2f662fa9e5fb1e272be5f02d185d /etc/inc/system.inc
parentb6db8ea3978e2c6b0bd39f59e20a742a8b596003 (diff)
downloadpfsense-4f7ead45f09d065cc7f6c46adeb271147f912106.zip
pfsense-4f7ead45f09d065cc7f6c46adeb271147f912106.tar.gz
Revert "Properly send mpd logs to vpn.log. Filtering needs to be done in the file itself. Some trimming of what gets logged in the daemon itself needs to be done but that to a future review. This should partially fix Feature #73."
This reverts commit f441ab6809cdf358c321144bb74da1f550136b17.
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index c600bf7..021270b 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -445,8 +445,7 @@ function system_syslogd_start() {
if (!isset($syslogcfg['disablelocallogging']))
$syslogconf .= <<<EOD
local0.* {$log_directive}{$g['varlog_path']}/filter.log
-!mpd
-*.* {$log_directive}{$g['varlog_path']}/vpn.log
+local3.* {$log_directive}{$g['varlog_path']}/vpn.log
local4.* {$log_directive}{$g['varlog_path']}/portalauth.log
local7.* {$log_directive}{$g['varlog_path']}/dhcpd.log
*.notice;kern.debug;lpr.info;mail.crit; {$log_directive}{$g['varlog_path']}/system.log
OpenPOWER on IntegriCloud