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 /TODO | |
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 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -34,6 +34,8 @@ Bugfixes: Features: +* compile libsystemd-journal statically into journalctl so that we can share util.c and suchlike + * replace BindTo= by BindsTo=, but keep old name for compat * switch-root: sockets need relabelling @@ -50,8 +52,6 @@ Features: * .device aliases need to be implemented with the "following" logic, probably. -* add sd_journal_wait() to make things easier for sync programs that just want to wait for changes - * refuse taking lower-case variable names in sd_journal_send() and friends. * when running as user instance: implicitly default to WorkingDirectory=$HOME for all services. @@ -206,9 +206,6 @@ Features: * support container_ttys= -* journald: make configurable "store-on-var", "store-on-run", "dont-store", "auto" - (store-persistent, store-volatile?) - * introduce mix of BindTo and Requisite * journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages |