Skip to content

Commit d756229

Browse files
author
ekwongchum
committed
out_file: update tips about config
> Co-authored-by: Pat <[email protected]> Signed-off-by: ekwongchum <[email protected]>
1 parent 3318339 commit d756229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_file/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ static struct flb_config_map config_map[] = {
643643
{
644644
FLB_CONFIG_MAP_BOOL, "line_append", "false",
645645
0, FLB_TRUE, offsetof(struct flb_file_conf, line_append),
646-
"Append new data to the end of log in same line. Default value is false"
646+
"Append data to the existing line rather than start a new line. Default value is false, use embedded new line characters '\n' to create new lines if true otherwise all output will be on a single line."
647647
},
648648

649649
/* EOF */

0 commit comments

Comments
 (0)