Skip to content

Commit

Permalink
out_kinesis_firehose: info => debug for log send statement
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Sep 8, 2021
1 parent 9eef378 commit eb8cd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_kinesis_firehose/firehose.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ static void cb_firehose_flush(const void *data, size_t bytes,
FLB_OUTPUT_RETURN(FLB_RETRY);
}

flb_plg_info(ctx->ins, "Processed %d records, sent %d to %s",
flb_plg_debug(ctx->ins, "Processed %d records, sent %d to %s",
buf->records_processed, buf->records_sent, ctx->delivery_stream);
flush_destroy(buf);

Expand Down

0 comments on commit eb8cd75

Please sign in to comment.