mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +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
|
* 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"
|
* rename "userspace" to "core-os"
|
||||||
|
|
||||||
* append ".service" to unit names without any suffix (https://bugs.freedesktop.org/show_bug.cgi?id=39386)
|
* append ".service" to unit names without any suffix (https://bugs.freedesktop.org/show_bug.cgi?id=39386)
|
||||||
|
|
||||||
* journalctl: add --priority switch
|
* journalctl: add --priority switch
|
||||||
|
|
||||||
* journalctl highlight lines based on priorities
|
|
||||||
|
|
||||||
* systemctl: "Journal has been rotated since unit was started." message is misleading
|
* systemctl: "Journal has been rotated since unit was started." message is misleading
|
||||||
|
|
||||||
* syscall filter: add knowledge about compat syscalls
|
* 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(s);
|
||||||
assert(format);
|
assert(format);
|
||||||
|
|
||||||
IOVEC_SET_STRING(iovec[n++], "PRIORITY=5");
|
IOVEC_SET_STRING(iovec[n++], "PRIORITY=6");
|
||||||
IOVEC_SET_STRING(iovec[n++], "_TRANSPORT=driver");
|
IOVEC_SET_STRING(iovec[n++], "_TRANSPORT=driver");
|
||||||
|
|
||||||
memcpy(buffer, "MESSAGE=", 8);
|
memcpy(buffer, "MESSAGE=", 8);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user