Skip to content

Commit

Permalink
examples: replace tag of output to match
Browse files Browse the repository at this point in the history
Signed-off-by: Takahiro YAMASHITA <[email protected]>
  • Loading branch information
nokute78 committed Apr 19, 2016
1 parent dee5bee commit c3174c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world/hello_world.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main()
flb_input_set(input, "tag", "test", NULL);

output = flb_output(ctx, "stdout", NULL);
flb_output_set(output, "tag", "test", NULL);
flb_output_set(output, "match", "test", NULL);

/* Start the background worker */
flb_start(ctx);
Expand Down

0 comments on commit c3174c9

Please sign in to comment.