Skip to content

Commit 32d9c5a

Browse files
author
Nicusor Picatureanu
committed
fix: wrong log level in azure kusto ingest
1 parent 19ec5a3 commit 32d9c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_azure_kusto/azure_kusto_ingest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ static flb_sds_t azure_kusto_create_blob(struct flb_azure_kusto *ctx, flb_sds_t
194194
}
195195

196196
if (uri) {
197-
flb_plg_info(ctx->ins, "azure_kusto: before calling azure storage api :: value of set io_timeout is %d", u_conn->net->io_timeout);
197+
flb_plg_debug(ctx->ins, "azure_kusto: before calling azure storage api :: value of set io_timeout is %d", u_conn->net->io_timeout);
198198
flb_plg_debug(ctx->ins, "uploading payload to blob uri: %s", uri);
199199
c = flb_http_client(u_conn, FLB_HTTP_PUT, uri, payload, payload_size, NULL, 0,
200200
NULL, 0);

0 commit comments

Comments
 (0)