mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-08 00:45:23 +00:00
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:
@@ -12,11 +12,10 @@
|
|||||||
$ModLoad imuxsock # provides support for local system logging
|
$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
|
$SystemLogRateLimitInterval 300
|
||||||
$SystemLogRateLimitBurst 20000
|
$SystemLogRateLimitBurst 20000
|
||||||
$SystemLogRateLimitSeverity 6
|
|
||||||
|
|
||||||
#$ModLoad imklog # provides kernel logging support
|
#$ModLoad imklog # provides kernel logging support
|
||||||
#$ModLoad immark # provides --MARK-- message capability
|
#$ModLoad immark # provides --MARK-- message capability
|
||||||
|
|||||||
@@ -12,11 +12,10 @@
|
|||||||
$ModLoad imuxsock # provides support for local system logging
|
$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
|
$SystemLogRateLimitInterval 300
|
||||||
$SystemLogRateLimitBurst 20000
|
$SystemLogRateLimitBurst 20000
|
||||||
$SystemLogRateLimitSeverity 6
|
|
||||||
|
|
||||||
#$ModLoad imklog # provides kernel logging support
|
#$ModLoad imklog # provides kernel logging support
|
||||||
#$ModLoad immark # provides --MARK-- message capability
|
#$ModLoad immark # provides --MARK-- message capability
|
||||||
|
|||||||
@@ -16,11 +16,10 @@
|
|||||||
$ModLoad imuxsock # provides support for local system logging
|
$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
|
$SystemLogRateLimitInterval 300
|
||||||
$SystemLogRateLimitBurst 20000
|
$SystemLogRateLimitBurst 20000
|
||||||
$SystemLogRateLimitSeverity 6
|
|
||||||
|
|
||||||
#$ModLoad imklog # provides kernel logging support
|
#$ModLoad imklog # provides kernel logging support
|
||||||
#$ModLoad immark # provides --MARK-- message capability
|
#$ModLoad immark # provides --MARK-- message capability
|
||||||
|
|||||||
@@ -12,11 +12,10 @@
|
|||||||
$ModLoad imuxsock # provides support for local system logging
|
$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
|
$SystemLogRateLimitInterval 300
|
||||||
$SystemLogRateLimitBurst 20000
|
$SystemLogRateLimitBurst 20000
|
||||||
$SystemLogRateLimitSeverity 6
|
|
||||||
|
|
||||||
#$ModLoad imklog # provides kernel logging support
|
#$ModLoad imklog # provides kernel logging support
|
||||||
#$ModLoad immark # provides --MARK-- message capability
|
#$ModLoad immark # provides --MARK-- message capability
|
||||||
|
|||||||
Reference in New Issue
Block a user