summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc
diff options
context:
space:
mode:
authorMatt Simmering <matthew.simmering@intel.com>2022-10-05 21:30:16 +0300
committermatthew.simmering <matthew.simmering@intel.com>2022-10-11 03:06:08 +0300
commitb1177476c3fa8d515bc0a19409c7e3586fb31815 (patch)
tree851c8862e475d8fcedb22a031930988c4ebb1152 /meta-intel-openbmc
parenta6717949b9159afef4e097c32cf95bbfcf262dc9 (diff)
downloadopenbmc-b1177476c3fa8d515bc0a19409c7e3586fb31815.tar.xz
Update Intel rsyslog.conf
Update the RateLimit.Burst to 4000. Current value of 2000 is causing unnecessary rate-limiting Tested: No rate-limiting, and no bad consequences for increasing RateLimit.Burst Change-Id: If20dbc70adae7922fbfb91ef9c29ddc64b527846 Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
Diffstat (limited to 'meta-intel-openbmc')
-rw-r--r--meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf b/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf
index 46a287eefb..b98610635d 100644
--- a/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf
+++ b/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf
@@ -8,11 +8,11 @@
# Ported from debian's sysklogd.conf
# Journal-style logging
-# Limit to no more than 2000 entries in one minute and enable the
+# Limit to no more than 4000 entries in one minute and enable the
# journal workaround to avoid duplicate entries
module(load="imjournal" StateFile="/var/log/state"
RateLimit.Interval="60"
- RateLimit.Burst="2000")
+ RateLimit.Burst="4000")
# Template for IPMI SEL messages
# "<timestamp> <ID>,<Type>,<EventData>,[<Generator ID>,<Path>,<Direction>]"