Skip to content

Commit

Permalink
out_calyptia: move debug payload to debug level.
Browse files Browse the repository at this point in the history
Signed-off-by: lecaros <[email protected]>
  • Loading branch information
lecaros authored and edsiper committed May 29, 2024
1 parent f2c0fa8 commit 4db79b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_calyptia/calyptia.c
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ static void debug_payload(struct flb_calyptia *ctx, void *data, size_t bytes)
}

out = cmt_encode_text_create(cmt);
flb_plg_info(ctx->ins, "debug payload:\n%s", out);
flb_plg_debug(ctx->ins, "debug payload:\n%s", out);
cmt_encode_text_destroy(out);
cmt_destroy(cmt);
}
Expand Down

0 comments on commit 4db79b4

Please sign in to comment.