diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-02-27 14:33:50 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-02-27 14:33:50 +0100 |
commit | 4e7bc3f339a8f08b788ccccee4038f59f29c4429 (patch) | |
tree | a73da305745b7a6fcbc7b0ddd7b338bd642297dd /man/systemd.unit.xml.in | |
parent | c06bf414042cd1bf94e0af63e9e2a0c291bfc546 (diff) |
Revert "log: fix fallbacks to kmsg"
This reverts commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
This patch broke LOG_TARGET_AUTO, i.e. automatic selection of STDERR if
it is a TTY with a fallback on the journal and kmsg otherwise.
The general rule should probably be:
log_open() -- open the "best" possible logging channel according to
log_target configuration.
log_dispatch() -- don't open any log channels ever, with the exception
of kmsg since that has no drawbacks. And do this only on true errors of
the better log channel, not just when it wasn't opened.
Diffstat (limited to 'man/systemd.unit.xml.in')
0 files changed, 0 insertions, 0 deletions