Skip to content

Commit

Permalink
revert debug
Browse files Browse the repository at this point in the history
Signed-off-by: AdheipSingh <[email protected]>
  • Loading branch information
AdheipSingh committed Dec 4, 2024
1 parent 2018767 commit 98ed0a5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/out_parseable/parseable.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ static int cb_parseable_init(struct flb_output_instance *ins,
}

flb_plg_info(ctx->ins, "Configured port: %d", ctx->port);
flb_plg_info(ctx->ins, "Configured server: %s", ctx->server);
flb_plg_info(ctx->ins, "Configured username: %s", ctx->username);
flb_plg_info(ctx->ins, "Configured password: %s", ctx->password);
flb_plg_info(ctx->ins, "Configured exclude_namespaces: %s", ctx->exclude_namespaces);
flb_plg_info(ctx->ins, "Configured stream: %s", ctx->stream);

ctx->upstream = flb_upstream_create(config,
ctx->server,
Expand Down

0 comments on commit 98ed0a5

Please sign in to comment.