mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
journald: log driver messages at LOG_INFO
This commit is contained in:
parent
498261871d
commit
c51742d029
4
TODO
4
TODO
@ -43,16 +43,12 @@ Features:
|
||||
|
||||
* logind: ignore inactive login screens when checking whether power key should be handled
|
||||
|
||||
* introduce log_oom() or a similar call?
|
||||
|
||||
* rename "userspace" to "core-os"
|
||||
|
||||
* append ".service" to unit names without any suffix (https://bugs.freedesktop.org/show_bug.cgi?id=39386)
|
||||
|
||||
* journalctl: add --priority switch
|
||||
|
||||
* journalctl highlight lines based on priorities
|
||||
|
||||
* systemctl: "Journal has been rotated since unit was started." message is misleading
|
||||
|
||||
* syscall filter: add knowledge about compat syscalls
|
||||
|
@ -721,7 +721,7 @@ static void driver_message(Server *s, sd_id128_t message_id, const char *format,
|
||||
assert(s);
|
||||
assert(format);
|
||||
|
||||
IOVEC_SET_STRING(iovec[n++], "PRIORITY=5");
|
||||
IOVEC_SET_STRING(iovec[n++], "PRIORITY=6");
|
||||
IOVEC_SET_STRING(iovec[n++], "_TRANSPORT=driver");
|
||||
|
||||
memcpy(buffer, "MESSAGE=", 8);
|
||||
|
Loading…
Reference in New Issue
Block a user