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