Skip to content

Commit 4db79b4

Browse files
lecarosedsiper
authored andcommitted
out_calyptia: move debug payload to debug level.
Signed-off-by: lecaros <[email protected]>
1 parent f2c0fa8 commit 4db79b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_calyptia/calyptia.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ static void debug_payload(struct flb_calyptia *ctx, void *data, size_t bytes)
779779
}
780780

781781
out = cmt_encode_text_create(cmt);
782-
flb_plg_info(ctx->ins, "debug payload:\n%s", out);
782+
flb_plg_debug(ctx->ins, "debug payload:\n%s", out);
783783
cmt_encode_text_destroy(out);
784784
cmt_destroy(cmt);
785785
}

0 commit comments

Comments
 (0)