mirror of
https://github.com/systemd/systemd.git
synced 2026-08-12 22:17:19 +00:00
journal: add missing initialization
Otherwise, SplitMode= in journald.conf is always ignored. Fixes a regression caused byf48cf2a96d(v258). Fixes #39046. (cherry picked from commitadacdfd9d6)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
a45a2a9e65
commit
1220347e3b
@@ -59,6 +59,7 @@ void journal_config_set_defaults(JournalConfig *c) {
|
||||
.max_level_console = -1,
|
||||
.max_level_wall = -1,
|
||||
.max_level_socket = -1,
|
||||
.split_mode = _SPLIT_INVALID,
|
||||
};
|
||||
|
||||
journal_reset_metrics(&c->system_storage_metrics);
|
||||
|
||||
Reference in New Issue
Block a user