Skip to content

Commit

Permalink
in_calyptia_fleet: remove info messsage using event_fd.
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Whelan <[email protected]>
  • Loading branch information
pwhelan committed Oct 26, 2023
1 parent c85a7b5 commit cbc2150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/in_calyptia_fleet/in_calyptia_fleet.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cbc2150

Please sign in to comment.