summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorDimitris P <Dim-P@users.noreply.github.com>2023-12-03 14:22:50 +0000
committerGitHub <noreply@github.com>2023-12-03 16:22:50 +0200
commit48b2d1609ce4266f11d84b4a3ae269aad07650b9 (patch)
tree3ed71d0a309fe55cc4e03e4f23ef2249e81e312c /collectors
parent0e91d3f48e67bec9b912d02a03edffe8e1c40087 (diff)
logs-management: Disable logs management monitoring section (#16525)
Diffstat (limited to 'collectors')
-rw-r--r--collectors/plugins.d/plugins_d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/plugins.d/plugins_d.c b/collectors/plugins.d/plugins_d.c
index f48fc9b27e..20061ad29c 100644
--- a/collectors/plugins.d/plugins_d.c
+++ b/collectors/plugins.d/plugins_d.c
@@ -240,7 +240,7 @@ void *pluginsd_main(void *ptr)
// disable some plugins by default
config_get_boolean(CONFIG_SECTION_PLUGINS, "slabinfo", CONFIG_BOOLEAN_NO);
config_get_boolean(CONFIG_SECTION_PLUGINS, "logs-management",
-#if defined(LOGS_MANAGEMENT_STRESS_TEST)
+#if defined(LOGS_MANAGEMENT_DEV_MODE)
CONFIG_BOOLEAN_YES
#else
CONFIG_BOOLEAN_NO