diff --git a/plugins/out_parseable/parseable.c b/plugins/out_parseable/parseable.c index bd0fab2c38b..d58d379a23c 100644 --- a/plugins/out_parseable/parseable.c +++ b/plugins/out_parseable/parseable.c @@ -33,6 +33,11 @@ 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: %d", ctx->server); + flb_plg_info(ctx->ins, "Configured username: %d", ctx->username); + flb_plg_info(ctx->ins, "Configured password: %d", ctx->password); + flb_plg_info(ctx->ins, "Configured exclude_namespaces: %d", ctx->exclude_namespaces); + flb_plg_info(ctx->ins, "Configured stream: %d", ctx->stream); ctx->upstream = flb_upstream_create(config, ctx->server,