Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dockers/docker-base-buster/etc/rsyslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
$ModLoad imuxsock # provides support for local system logging

#
# Set a rate limit on messages from the container
# Set a rate limit on messages from the container of priority INFO or lower (level 6 and above)
#
$SystemLogRateLimitInterval 300
$SystemLogRateLimitBurst 20000
$SystemLogRateLimitSeverity 6

#$ModLoad imklog # provides kernel logging support
#$ModLoad immark # provides --MARK-- message capability
Expand Down
3 changes: 2 additions & 1 deletion dockers/docker-base-stretch/etc/rsyslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
$ModLoad imuxsock # provides support for local system logging

#
# Set a rate limit on messages from the container
# Set a rate limit on messages from the container of priority INFO or lower (level 6 and above)
#
$SystemLogRateLimitInterval 300
$SystemLogRateLimitBurst 20000
$SystemLogRateLimitSeverity 6

#$ModLoad imklog # provides kernel logging support
#$ModLoad immark # provides --MARK-- message capability
Expand Down
3 changes: 2 additions & 1 deletion dockers/docker-base/etc/rsyslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
$ModLoad imuxsock # provides support for local system logging

#
# Set a rate limit on messages from the container
# Set a rate limit on messages from the container of priority INFO or lower (level 6 and above)
#
$SystemLogRateLimitInterval 300
$SystemLogRateLimitBurst 20000
$SystemLogRateLimitSeverity 6

#$ModLoad imklog # provides kernel logging support
#$ModLoad immark # provides --MARK-- message capability
Expand Down
3 changes: 2 additions & 1 deletion files/image_config/rsyslog/rsyslog-container.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
$ModLoad imuxsock # provides support for local system logging

#
# Set a rate limit on messages from the container
# Set a rate limit on messages from the container of priority INFO or lower (level 6 and above)
#
$SystemLogRateLimitInterval 300
$SystemLogRateLimitBurst 20000
$SystemLogRateLimitSeverity 6

#$ModLoad imklog # provides kernel logging support
#$ModLoad immark # provides --MARK-- message capability
Expand Down