diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-03 14:07:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-03 14:07:10 +0200 |
commit | f4bad2bd2abe8ae260a99a5336145d11efe79892 (patch) | |
tree | d6f133950bae4b792323c28ecb04eb4119a559ea /man | |
parent | 746e436dc54510fe142f5046a557e5006bc7e2aa (diff) | |
download | systemd-f4bad2bd2abe8ae260a99a5336145d11efe79892.tar.gz |
journal: default ImportKernel=no until we make use of structured logging
Diffstat (limited to 'man')
-rw-r--r-- | man/journald.conf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 72d81fbdf4..f82130b9cf 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -276,7 +276,7 @@ <listitem><para>Controls whether kernel log messages shall be stored in the journal. Takes a boolean argument - and defaults to enabled. Note that + and defaults to disabled. Note that currently only one userspace service can read kernel messages at a time, which means that kernel log message |