]> arthur.barton.de Git - netdata.git/commitdiff
apps.plugin should not log to syslog #225
authorCosta Tsaousis <costa@tsaousis.gr>
Fri, 15 Apr 2016 16:32:40 +0000 (19:32 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Fri, 15 Apr 2016 16:32:40 +0000 (19:32 +0300)
src/apps_plugin.c

index e0232361fc9407a2ae2a85d633a07c532a3a24e0..71e226679bbd2082009959cdc7d099d3aa827ccf 100644 (file)
@@ -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