From cbc21509ea3212a94472b1f954321d165f1920b9 Mon Sep 17 00:00:00 2001 From: Phillip Whelan Date: Thu, 26 Oct 2023 11:43:18 -0300 Subject: [PATCH] in_calyptia_fleet: remove info messsage using event_fd. Signed-off-by: Phillip Whelan --- plugins/in_calyptia_fleet/in_calyptia_fleet.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/in_calyptia_fleet/in_calyptia_fleet.c b/plugins/in_calyptia_fleet/in_calyptia_fleet.c index cbd46b6d1ee..adbd7a7f275 100644 --- a/plugins/in_calyptia_fleet/in_calyptia_fleet.c +++ b/plugins/in_calyptia_fleet/in_calyptia_fleet.c @@ -912,7 +912,6 @@ static int in_calyptia_fleet_collect(struct flb_input_instance *ins, if (ctx->config_timestamp < time_last_modified) { flb_plg_debug(ctx->ins, "new configuration is newer than current: %ld < %ld", ctx->config_timestamp, time_last_modified); - flb_plg_info(ctx->ins, "force the reloading of the configuration file=%d.", ctx->event_fd); flb_sds_destroy(data); if (execute_reload(ctx, cfgname) == FLB_FALSE) {