mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
journal: default ImportKernel=no until we make use of structured logging
This commit is contained in:
parent
746e436dc5
commit
f4bad2bd2a
1
TODO
1
TODO
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ForwardToSyslog=yes
|
||||
#ForwardToKMsg=no
|
||||
#ForwardToConsole=no
|
||||
#ImportKernel=yes
|
||||
#ImportKernel=no
|
||||
#TTYPath=/dev/console
|
||||
#MaxLevelStore=debug
|
||||
#MaxLevelSyslog=debug
|
||||
|
Loading…
Reference in New Issue
Block a user