diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-01-17 06:52:22 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-01-31 17:13:44 +0100 |
commit | 74189020eb2ec05336d93bdeeffbda1724ba1e07 (patch) | |
tree | 03cabb071e5083b00299842bdc1562270ad4c3cc /src/basic/log.h | |
parent | network: drop one more link_dirty() (diff) | |
download | systemd-74189020eb2ec05336d93bdeeffbda1724ba1e07.tar.xz systemd-74189020eb2ec05336d93bdeeffbda1724ba1e07.zip |
log: make tools also read the kernel command line when run as a service
This effectively reverts 41d1f469cf10f5f3e9cb4f4853ace9b0cfe5beae.
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.
Diffstat (limited to 'src/basic/log.h')
-rw-r--r-- | src/basic/log.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/log.h b/src/basic/log.h index 9b106c57d8..9421fc8b49 100644 --- a/src/basic/log.h +++ b/src/basic/log.h @@ -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, |