diff options
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/syslog.conf | 8 |
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 |