From 9c1725b3e41ec3317eca890c90f12102bbd88678 Mon Sep 17 00:00:00 2001 From: AdheipSingh Date: Thu, 5 Dec 2024 03:24:33 +0530 Subject: [PATCH] add debug ctx Signed-off-by: AdheipSingh --- plugins/out_parseable/parseable.c | 5 +++++ 1 file changed, 5 insertions(+) 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,