rsyslog: Disable journal ratelimits during install
Every log entry is sacred Related: rhbz#1752754
This commit is contained in:
parent
574fc0b775
commit
188583d5a2
@ -5,12 +5,15 @@
|
|||||||
|
|
||||||
#### MODULES ####
|
#### MODULES ####
|
||||||
|
|
||||||
# The imjournal module bellow is now used as a message source instead of imuxsock.
|
# The imjournal module below is now used as a message source instead of imuxsock.
|
||||||
$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)
|
$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)
|
||||||
$SystemLogRateLimitInterval 0 # disables message dropping, we need all of them
|
$SystemLogRateLimitInterval 0 # disables message dropping, we need all of them
|
||||||
$ModLoad imjournal # provides access to the systemd journal
|
$ModLoad imjournal # provides access to the systemd journal
|
||||||
#$ModLoad imklog # reads kernel messages (the same are read from journald)
|
#$ModLoad imklog # reads kernel messages (the same are read from journald)
|
||||||
#$ModLoad immark # provides --MARK-- message capability
|
#$ModLoad immark # provides --MARK-- message capability
|
||||||
|
# Disable rate limiting to the journal, we need all the messages for debugging
|
||||||
|
$imjournalRatelimitInterval 0
|
||||||
|
$imjournalRatelimitBurst 0
|
||||||
|
|
||||||
# Provides UDP syslog reception
|
# Provides UDP syslog reception
|
||||||
#$ModLoad imudp
|
#$ModLoad imudp
|
||||||
|
Loading…
Reference in New Issue
Block a user