Skip to content

Commit 7c3910c

Browse files
author
Pat
authored
out_datadog: switch noisy info level to debug level (fluent#5596)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent f3ac6e2 commit 7c3910c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/out_datadog/datadog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,12 +376,12 @@ static void cb_datadog_flush(struct flb_event_chunk *event_chunk,
376376
}
377377
else {
378378
if (client->resp.payload) {
379-
flb_plg_info(ctx->ins, "%s%s, port=%i, HTTP status=%i payload=%s",
379+
flb_plg_debug(ctx->ins, "%s%s, port=%i, HTTP status=%i payload=%s",
380380
ctx->scheme, ctx->host, ctx->port,
381381
client->resp.status, client->resp.payload);
382382
}
383383
else {
384-
flb_plg_info(ctx->ins, "%s%s, port=%i, HTTP status=%i",
384+
flb_plg_debug(ctx->ins, "%s%s, port=%i, HTTP status=%i",
385385
ctx->scheme, ctx->host, ctx->port,
386386
client->resp.status);
387387
}

0 commit comments

Comments
 (0)