From eb8cd750d8f4524561fa5a5c571ee3ff9f2c4082 Mon Sep 17 00:00:00 2001 From: Wesley Pettit Date: Wed, 8 Sep 2021 13:50:32 -0700 Subject: [PATCH] out_kinesis_firehose: info => debug for log send statement Signed-off-by: Wesley Pettit --- plugins/out_kinesis_firehose/firehose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/out_kinesis_firehose/firehose.c b/plugins/out_kinesis_firehose/firehose.c index d3054eec975..b2bc01caa17 100644 --- a/plugins/out_kinesis_firehose/firehose.c +++ b/plugins/out_kinesis_firehose/firehose.c @@ -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);