mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Better modify the rsyslog.conf we already have in vyatta-cfg-systemm (T552).
This commit is contained in:
parent
bc0406ce33
commit
e95956a3ad
@ -1,67 +0,0 @@
|
|||||||
# /etc/rsyslog.conf Configuration file for rsyslog.
|
|
||||||
#
|
|
||||||
# For more information see
|
|
||||||
# /usr/share/doc/rsyslog-doc/html/rsyslog_conf.html
|
|
||||||
|
|
||||||
|
|
||||||
#################
|
|
||||||
#### MODULES ####
|
|
||||||
#################
|
|
||||||
|
|
||||||
$ModLoad imuxsock # provides support for local system logging
|
|
||||||
$ModLoad imklog # provides kernel logging support (previously done by rklogd)
|
|
||||||
#$ModLoad immark # provides --MARK-- message capability
|
|
||||||
|
|
||||||
$OmitLocalLogging no
|
|
||||||
$SystemLogSocketName /run/systemd/journal/syslog
|
|
||||||
|
|
||||||
$KLogPath /proc/kmsg
|
|
||||||
|
|
||||||
# provides UDP syslog reception
|
|
||||||
#$ModLoad imudp
|
|
||||||
#$UDPServerRun 514
|
|
||||||
|
|
||||||
# provides TCP syslog reception
|
|
||||||
#$ModLoad imtcp
|
|
||||||
#$InputTCPServerRun 514
|
|
||||||
|
|
||||||
|
|
||||||
###########################
|
|
||||||
#### GLOBAL DIRECTIVES ####
|
|
||||||
###########################
|
|
||||||
|
|
||||||
#
|
|
||||||
# Use traditional timestamp format.
|
|
||||||
# To enable high precision timestamps, comment out the following line.
|
|
||||||
#
|
|
||||||
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
|
|
||||||
|
|
||||||
# Filter duplicated messages
|
|
||||||
$RepeatedMsgReduction on
|
|
||||||
|
|
||||||
#
|
|
||||||
# Set the default permissions for all log files.
|
|
||||||
#
|
|
||||||
$FileOwner root
|
|
||||||
$FileGroup adm
|
|
||||||
$FileCreateMode 0640
|
|
||||||
$DirCreateMode 0755
|
|
||||||
$Umask 0022
|
|
||||||
|
|
||||||
#
|
|
||||||
# Include all config files in /etc/rsyslog.d/
|
|
||||||
#
|
|
||||||
$IncludeConfig /etc/rsyslog.d/*.conf
|
|
||||||
|
|
||||||
###############
|
|
||||||
#### RULES ####
|
|
||||||
###############
|
|
||||||
|
|
||||||
daemon.* /var/log/messages
|
|
||||||
|
|
||||||
# Log authorization failure messages
|
|
||||||
#auth,authpriv.* /var/log/auth.log
|
|
||||||
|
|
||||||
# Emergencies are sent to everybody logged in.
|
|
||||||
*.emerg :omusrmsg:*
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user