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 authored and edsiper committed Oct 29, 2023
1 parent e29ce25 commit 315d5f7
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 315d5f7

Please sign in to comment.