summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnita Zhang <anitzhang@gmail.com>2018-10-07 20:28:36 -0700
committerLennart Poettering <lennart@poettering.net>2018-10-18 09:56:20 +0200
commit90fc172e191f44979005a524521112f2bd1ff21b (patch)
treec7a62bfde5e0775425b209327d2be623a69ee8c5 /docs
parent9fcdab9c8747ab092ac120b58de2ee7b1be9d7db (diff)
downloadsystemd-90fc172e191f44979005a524521112f2bd1ff21b.tar.gz
systemd-90fc172e191f44979005a524521112f2bd1ff21b.tar.bz2
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')
-rw-r--r--docs/TRANSIENT-SETTINGS.md2
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=