Skip to content

Commit

Permalink
Merge pull request #8224 from braydonk/sd_newline
Browse files Browse the repository at this point in the history
out_stackdriver: test format newline
  • Loading branch information
braydonk authored Nov 30, 2023
2 parents 94be88a + 86debf1 commit 6ac8095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_stackdriver/stackdriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -2764,7 +2764,7 @@ static void cb_stackdriver_flush(struct flb_event_chunk *event_chunk,
}

if (ctx->test_log_entry_format) {
printf("%s", payload_buf);
printf("%s\n", payload_buf);
flb_sds_destroy(payload_buf);
FLB_OUTPUT_RETURN(FLB_OK);
}
Expand Down

0 comments on commit 6ac8095

Please sign in to comment.