diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-11 01:08:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-11 01:08:38 +0200 |
commit | a963990ff4ebc7908d3cf82bbd8cf34a42d57b7f (patch) | |
tree | ed0ec7a15879352961a08c88be739f6fb6438f40 /man/journalctl.xml | |
parent | e02d1cf72d115d1d61defdca5b551672d876c6bd (diff) |
journal: rework directory enumeration/watch logic
There's now sd_journal_new_directory() for watching specific journal
directories. This is exposed in journalctl -D.
sd_journal_wait() and sd_journal_process() now return whether changes in
the journal are invalidating or just appending.
We now create inotify kernel watches only when we actually need them
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index bbc9b34151..ffe988a619 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -218,6 +218,18 @@ </varlistentry> <varlistentry> + <term><option>--directory=</option></term> + <term><option>-D</option></term> + + <listitem><para>Takes an absolute + directory path as argument. If + specified will opearte on the + specified journal directory instead of + the default runtime and system journal + paths.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--new-id128</option></term> <listitem><para>Instead of showing |