We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf45c5 commit e5b8302Copy full SHA for e5b8302
dockers/docker-base/etc/rsyslog.conf
@@ -14,6 +14,13 @@
14
#################
15
16
$ModLoad imuxsock # provides support for local system logging
17
+
18
+#
19
+# Set a rate limit on messages from the container
20
21
+$SystemLogRateLimitInterval 300
22
+$SystemLogRateLimitBurst 20000
23
24
#$ModLoad imklog # provides kernel logging support
25
#$ModLoad immark # provides --MARK-- message capability
26
platform/p4/docker-sonic-p4/rsyslog.conf
0 commit comments