diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-13 00:29:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-13 00:32:32 +0200 |
commit | cbdca8525b4f36297cb9e5cb090a9648763ed1bf (patch) | |
tree | 1d4665994000b53b132e93d6e0c628d39ff9b706 /man/systemd.journal-fields.xml | |
parent | 362a3f8122e070589a4d61f7752b990090c75432 (diff) |
journal: beef up journal matches considerably
we now can take multiple matches, and they will apply as AND if they
apply to different fields and OR if they apply to the same fields. Also,
terms of this kind can be combined with an overreaching OR.
Diffstat (limited to 'man/systemd.journal-fields.xml')
-rw-r--r-- | man/systemd.journal-fields.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index fd0beb968f..4f664f43e5 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -299,7 +299,12 @@ addresses of journal entries are serialized into fields prefixed with double underscores. Note that these aren't proper fields when stored in the journal, - but addressing meta data of entries.</para> + but addressing meta data of entries. They cannot be + written as part of structured log entries via calls + such as + <citerefentry><refentrytitle>sd_journal_send</refentrytitle><manvolnum>3</manvolnum></citerefentry>. They + may also not be used as matches for + <citerefentry><refentrytitle>sd_journal_add_match</refentrytitle><manvolnum>3</manvolnum></citerefentry></para> <variablelist> <varlistentry> |