diff options
author | Anita Zhang <anitzhang@gmail.com> | 2018-10-08 05:28:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-10-18 09:56:20 +0200 |
commit | 90fc172e191f44979005a524521112f2bd1ff21b (patch) | |
tree | c7a62bfde5e0775425b209327d2be623a69ee8c5 /docs/TRANSIENT-SETTINGS.md | |
parent | resolve: set IP_RECVERR (diff) | |
download | systemd-90fc172e191f44979005a524521112f2bd1ff21b.tar.xz systemd-90fc172e191f44979005a524521112f2bd1ff21b.zip |
core: implement per unit journal rate limiting
Add LogRateLimitIntervalSec= and LogRateLimitBurst= options for
services. If provided, these values get passed to the journald
client context, and those values are used in the rate limiting
function in the journal over the the journald.conf values.
Part of #10230
Diffstat (limited to 'docs/TRANSIENT-SETTINGS.md')
-rw-r--r-- | docs/TRANSIENT-SETTINGS.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/TRANSIENT-SETTINGS.md b/docs/TRANSIENT-SETTINGS.md index 1b9a240e5c..efc8d03983 100644 --- a/docs/TRANSIENT-SETTINGS.md +++ b/docs/TRANSIENT-SETTINGS.md @@ -135,6 +135,8 @@ All execution-related settings are available for transient units. ✓ SyslogLevelPrefix= ✓ LogLevelMax= ✓ LogExtraFields= +✓ LogRateLimitIntervalSec= +✓ LogRateLimitBurst= ✓ SecureBits= ✓ CapabilityBoundingSet= ✓ AmbientCapabilities= |