Revert "[docker-base]: Rate limit priority INFO and lower in syslog" (#5763)

* This was a temporary fix for orchagent spamming log messages and causing rate limiting, leading to critical messages being dropped for the syslog. No longer needed since Azure/sonic-sairedis#680 was merged.
This commit is contained in:
Lawrence Lee 2020-11-02 08:49:40 -08:00 committed by GitHub
parent 1be9c4a33a
commit 10ab46f7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 8 deletions

View File

@ -12,11 +12,10 @@
$ModLoad imuxsock # provides support for local system logging
#
# Set a rate limit on messages from the container of priority INFO or lower (level 6 and above)
# Set a rate limit on messages from the container
#
$SystemLogRateLimitInterval 300
$SystemLogRateLimitBurst 20000
$SystemLogRateLimitSeverity 6
#$ModLoad imklog # provides kernel logging support
#$ModLoad immark # provides --MARK-- message capability

View File

@ -12,11 +12,10 @@
$ModLoad imuxsock # provides support for local system logging
#
# Set a rate limit on messages from the container of priority INFO or lower (level 6 and above)
# Set a rate limit on messages from the container
#
$SystemLogRateLimitInterval 300
$SystemLogRateLimitBurst 20000
$SystemLogRateLimitSeverity 6
#$ModLoad imklog # provides kernel logging support
#$ModLoad immark # provides --MARK-- message capability

View File

@ -16,11 +16,10 @@
$ModLoad imuxsock # provides support for local system logging
#
# Set a rate limit on messages from the container of priority INFO or lower (level 6 and above)
# Set a rate limit on messages from the container
#
$SystemLogRateLimitInterval 300
$SystemLogRateLimitBurst 20000
$SystemLogRateLimitSeverity 6
#$ModLoad imklog # provides kernel logging support
#$ModLoad immark # provides --MARK-- message capability

View File

@ -12,11 +12,10 @@
$ModLoad imuxsock # provides support for local system logging
#
# Set a rate limit on messages from the container of priority INFO or lower (level 6 and above)
# Set a rate limit on messages from the container
#
$SystemLogRateLimitInterval 300
$SystemLogRateLimitBurst 20000
$SystemLogRateLimitSeverity 6
#$ModLoad imklog # provides kernel logging support
#$ModLoad immark # provides --MARK-- message capability