mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
log: make tools also read the kernel command line when run as a service
This effectively reverts 41d1f469cf.
Before this, e.g., `networkctl reload` invoked by `systemctl reload systemd-networkd.service`
does not produce debugging logs even if systemd.log-level=debug is set. This fixes
the issue.
This commit is contained in:
@@ -69,7 +69,6 @@ void log_close(void);
|
||||
void log_forget_fds(void);
|
||||
|
||||
void log_parse_environment(void);
|
||||
void log_parse_environment_cli(void);
|
||||
|
||||
int log_dispatch_internal(
|
||||
int level,
|
||||
|
||||
Reference in New Issue
Block a user