From a54296f5bfe128b1e83af09d9bcfe92bff6cc100 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Fri, 15 Apr 2016 19:32:40 +0300 Subject: [PATCH] apps.plugin should not log to syslog #225 --- src/apps_plugin.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps_plugin.c b/src/apps_plugin.c index e0232361..71e22667 100644 --- a/src/apps_plugin.c +++ b/src/apps_plugin.c @@ -53,6 +53,9 @@ unsigned long long file_counter = 0; char *host_prefix = ""; char *config_dir = CONFIG_DIR; +// disable syslog for apps.plugin +int error_log_syslog = 0; + #ifdef NETDATA_INTERNAL_CHECKS // ---------------------------------------------------------------------------- // memory debugger -- 2.39.2