journal: default ImportKernel=no until we make use of structured logging

This commit is contained in:
Lennart Poettering 2012-07-03 14:07:10 +02:00
parent 746e436dc5
commit f4bad2bd2a
4 changed files with 2 additions and 4 deletions

1
TODO
View file

@ -38,7 +38,6 @@ Features:
* Document:
- PID 1 D-Bus API
- Update Syslog Interface docs
- Journal C API manual pages
* wiki: document logind's PreparingForShutdown, PreparingForSleep

View file

@ -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

View file

@ -2727,7 +2727,6 @@ static int server_init(Server *s) {
s->rate_limit_burst = DEFAULT_RATE_LIMIT_BURST;
s->forward_to_syslog = true;
s->import_proc_kmsg = true;
s->max_level_store = LOG_DEBUG;
s->max_level_syslog = LOG_DEBUG;

View file

@ -22,7 +22,7 @@
#ForwardToSyslog=yes
#ForwardToKMsg=no
#ForwardToConsole=no
#ImportKernel=yes
#ImportKernel=no
#TTYPath=/dev/console
#MaxLevelStore=debug
#MaxLevelSyslog=debug