summaryrefslogtreecommitdiffstats
path: root/src/basic/log.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-01-17 06:52:22 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-31 17:13:44 +0100
commit74189020eb2ec05336d93bdeeffbda1724ba1e07 (patch)
tree03cabb071e5083b00299842bdc1562270ad4c3cc /src/basic/log.h
parentnetwork: drop one more link_dirty() (diff)
downloadsystemd-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.h1
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,