hilfe mein git ist komisch
This commit is contained in:
7
etc/rsyslog.d/20-ufw.conf
Normal file
7
etc/rsyslog.d/20-ufw.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
# Log kernel generated UFW log messages to file
|
||||
:msg,contains,"[UFW " /var/log/ufw.log
|
||||
|
||||
# Uncomment the following to stop logging anything that matches the last rule.
|
||||
# Doing this will stop logging kernel generated UFW log messages to the file
|
||||
# normally containing kern.* messages (eg, /var/log/kern.log)
|
||||
#& stop
|
||||
6
etc/rsyslog.d/21-cloudinit.conf
Normal file
6
etc/rsyslog.d/21-cloudinit.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# Log cloudinit generated log messages to file
|
||||
:syslogtag, isequal, "[CLOUDINIT]" /var/log/cloud-init.log
|
||||
|
||||
# comment out the following line to allow CLOUDINIT messages through.
|
||||
# Doing so means you'll also get CLOUDINIT messages in /var/log/syslog
|
||||
& stop
|
||||
48
etc/rsyslog.d/50-default.conf
Normal file
48
etc/rsyslog.d/50-default.conf
Normal file
@@ -0,0 +1,48 @@
|
||||
# Default rules for rsyslog.
|
||||
#
|
||||
# For more information see rsyslog.conf(5) and /etc/rsyslog.conf
|
||||
|
||||
#
|
||||
# First some standard log files. Log by facility.
|
||||
#
|
||||
auth,authpriv.* /var/log/auth.log
|
||||
*.*;auth,authpriv.none -/var/log/syslog
|
||||
#cron.* /var/log/cron.log
|
||||
#daemon.* -/var/log/daemon.log
|
||||
kern.* -/var/log/kern.log
|
||||
#lpr.* -/var/log/lpr.log
|
||||
#mail.* -/var/log/mail.log
|
||||
#user.* -/var/log/user.log
|
||||
|
||||
#
|
||||
# Logging for the mail system. Split it up so that
|
||||
# it is easy to write scripts to parse these files.
|
||||
#
|
||||
#mail.info -/var/log/mail.info
|
||||
#mail.warn -/var/log/mail.warn
|
||||
mail.err /var/log/mail.err
|
||||
|
||||
#
|
||||
# Some "catch-all" log files.
|
||||
#
|
||||
#*.=debug;\
|
||||
# auth,authpriv.none;\
|
||||
# news.none;mail.none -/var/log/debug
|
||||
#*.=info;*.=notice;*.=warn;\
|
||||
# auth,authpriv.none;\
|
||||
# cron,daemon.none;\
|
||||
# mail,news.none -/var/log/messages
|
||||
|
||||
#
|
||||
# Emergencies are sent to everybody logged in.
|
||||
#
|
||||
*.emerg :omusrmsg:*
|
||||
|
||||
#
|
||||
# I like to have messages displayed on the console, but only on a virtual
|
||||
# console I usually leave idle.
|
||||
#
|
||||
#daemon,mail.*;\
|
||||
# news.=crit;news.=err;news.=notice;\
|
||||
# *.=debug;*.=info;\
|
||||
# *.=notice;*.=warn /dev/tty8
|
||||
1
etc/rsyslog.d/plesk-mail.conf
Normal file
1
etc/rsyslog.d/plesk-mail.conf
Normal file
@@ -0,0 +1 @@
|
||||
mail.* -/var/log/maillog;RSYSLOG_TraditionalFileFormat
|
||||
4
etc/rsyslog.d/postfix.conf
Normal file
4
etc/rsyslog.d/postfix.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
# Create an additional socket in postfix's chroot in order not to break
|
||||
# mail logging when rsyslog is restarted. If the directory is missing,
|
||||
# rsyslog will silently skip creating the socket.
|
||||
$AddUnixListenSocket /var/spool/postfix/dev/log
|
||||
Reference in New Issue
Block a user