From 517a443636daa1e8085cb4e5325524a54e8a8fd7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 17 Oct 2023 11:30:23 +0200 Subject: Merging upstream version 1.43.0. Signed-off-by: Daniel Baumann --- collectors/debugfs.plugin/debugfs_plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'collectors/debugfs.plugin/debugfs_plugin.c') diff --git a/collectors/debugfs.plugin/debugfs_plugin.c b/collectors/debugfs.plugin/debugfs_plugin.c index c189f908d..105b0a9e4 100644 --- a/collectors/debugfs.plugin/debugfs_plugin.c +++ b/collectors/debugfs.plugin/debugfs_plugin.c @@ -168,6 +168,8 @@ int main(int argc, char **argv) // disable syslog for debugfs.plugin error_log_syslog = 0; + log_set_global_severity_for_external_plugins(); + netdata_configured_host_prefix = getenv("NETDATA_HOST_PREFIX"); if (verify_netdata_host_prefix() == -1) exit(1); -- cgit v1.2.3