summaryrefslogtreecommitdiff
path: root/sysconf
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-04-06 21:32:29 -0700
committerStephen Hemminger <shemminger@vyatta.com>2009-04-08 15:33:37 -0700
commit3f6410042b54db636eac390657a8a35583515ce4 (patch)
tree53d912db2b97adce4ac22f09abd4686a305885b5 /sysconf
parentb565e19b831a92a054e9281624f51482d3d9566e (diff)
downloadvyatta-cfg-system-3f6410042b54db636eac390657a8a35583515ce4.tar.gz
vyatta-cfg-system-3f6410042b54db636eac390657a8a35583515ce4.zip
Rewrite existing syslog configuration update
Do most of the work in the rewritten vyatta_update_syslog code. Handle multiple facilities for same target without causing duplicate log messages. Never restart syslog daemon, just reload it and only if the configuration has changed.
Diffstat (limited to 'sysconf')
-rw-r--r--sysconf/syslog.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysconf/syslog.conf b/sysconf/syslog.conf
index 56503e93..0143183d 100644
--- a/sysconf/syslog.conf
+++ b/sysconf/syslog.conf
@@ -4,8 +4,8 @@
# manpage.
#
# WARNING
-# Note: configuration via the Vyatta FusionCLI does not understand
-# full syslog configuration file format, so as administrator either
+# Note: configuration via the Vyatta FusionCLI may overwrite
+# changes to this file; so as administrator either
# use Linux tools (ie edit this file) or use the CLI, not both.
# Standard logfiles by facility
@@ -15,5 +15,5 @@
#kern.* -/var/log/kern.log
#user.* -/var/log/user.log
-# Catch-all log file
-*.notice;local7.* -/var/log/messages
+# Messages file (required)
+*.notice;local7.* -/var/log/messages # VYATTA