Age | Commit message (Collapse) | Author |
|
Configuration file is /etc/rsyslog.conf and it is supports
directory of include parameters so do not need to edit
rsyslog.conf directly
|
|
Default fallback code was broken
Change to blocked out region for Vyatta config.
|
|
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.
|
|
Bug 4205
Duplicate messages in syslog for quagga notice and above messages.
|
|
Bugfix 3567
The command templates for managing the syslog are awkward and brittle
and really can't deal with multiple targets or full config format,
so just go back to something simple and fix later in a better redesign.
|
|
For sucessful sudo, just log it at info level.
Capture any security failures/changes into /var/log/auth.log
but skip normal CLI commands
Turn off the builtin sync after each write to /var/log/messages
by putting - before file name; the sync causes a disk write
each time and therefore can be a performance hit during boot.
|
|
|
|
* add dependencies and postinst actions.
|