Skip to content

Commit

Permalink
examples/tests: remove deprecated verbose option
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Mar 16, 2016
1 parent 2b5db9b commit c0e3568
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions examples/hello_world/hello_world.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ int main()
exit(EXIT_FAILURE);
}

__flb_config_verbose = FLB_TRUE;

input = flb_input(ctx, "lib", NULL);
flb_input_set(input, "tag", "test");

Expand Down
1 change: 0 additions & 1 deletion tests/flb_test_td.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ TEST(TD, json_long) {
EXPECT_TRUE(output != NULL);
flb_output_set(output, "tag", "test");

flb_config_verbose(FLB_TRUE);
ret = flb_lib_config_file(ctx, (char *) "/tmp/td.conf");

ret = flb_start(ctx);
Expand Down

0 comments on commit c0e3568

Please sign in to comment.