diff options
author | Quentin Deslandes <qde@naccy.de> | 2022-11-07 20:30:01 +0100 |
---|---|---|
committer | Quentin Deslandes <qde@naccy.de> | 2022-12-15 10:57:39 +0100 |
commit | 523ea1237a3db96c98eae02d87ec189816437c4c (patch) | |
tree | 76f5b68b17b97d087894a3fb8dfaac2dda9c8a89 /docs/TRANSIENT-SETTINGS.md | |
parent | set: add set_make_nulstr (diff) | |
download | systemd-523ea1237a3db96c98eae02d87ec189816437c4c.tar.xz systemd-523ea1237a3db96c98eae02d87ec189816437c4c.zip |
journal: log filtering options support in PID1
Define new unit parameter (LogFilterPatterns) to filter logs processed by
journald.
This option is used to store a regular expression which is carried from
PID1 to systemd-journald through a cgroup xattrs:
`user.journald_log_filter_patterns`.
Diffstat (limited to 'docs/TRANSIENT-SETTINGS.md')
-rw-r--r-- | docs/TRANSIENT-SETTINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/TRANSIENT-SETTINGS.md b/docs/TRANSIENT-SETTINGS.md index 2c893cad6e..07e248f8d5 100644 --- a/docs/TRANSIENT-SETTINGS.md +++ b/docs/TRANSIENT-SETTINGS.md @@ -148,6 +148,7 @@ All execution-related settings are available for transient units. ✓ SyslogLevelPrefix= ✓ LogLevelMax= ✓ LogExtraFields= +✓ LogFilterPatterns= ✓ LogRateLimitIntervalSec= ✓ LogRateLimitBurst= ✓ SecureBits= |