@cryptotaxi247 / netdata-1 / commits / 037584392

reduce info logging (#11091)

Emmanuel Vasilakis committed May 5, 2021 at 11:14 UTC 037584392c9ddb0fecae6ded7c258da783df5aec
1 file changed +1 -1
daemon/analytics.c
+1 -1
@@ -841,7 +841,7 @@ void send_statistics(const char *action, const char *action_result, const char *
841 analytics_data.netdata_host_cloud_available, analytics_data.netdata_host_aclk_available,
842 analytics_data.netdata_host_aclk_implementation, analytics_data.netdata_host_agent_claimed);
843
844 - info("%s", command_to_run);
844 + info("%s '%s' '%s' '%s'", as_script, action, action_result, action_data);
845
846 FILE *fp = mypopen(command_to_run, &command_pid);
847 if (fp) {