From c4af4466ab20aa18b6e5b9560c7103df1b39e649 Mon Sep 17 00:00:00 2001
From: Sergei Petrosian Role Variables
control whether log messages received by the journal daemon shall be
forwarded to a traditional syslog daemon. Defaults to
false
.
journald_rate_limit_interval_sec
- integer variable,
+in seconds, configures the time interval within which only
+journald_rate_limit_burst
messages are handled. See
+man 5 journald.conf
for more information.
journald_rate_limit_burst
- integer variable, sets
+the upper limit of messages from a service which are handled within the
+time defined by journald_rate_limit_interval_sec
. See
+man 5 journald.conf
for more information.
- [1.0.5] - 2023-07-19 --------------------