From bb8f444c72f2d943e966c3c4b58d2c6ba6e5d9cb Mon Sep 17 00:00:00 2001 From: Kim Christensen Date: Sat, 13 Jul 2024 22:21:36 +0200 Subject: [PATCH] Do not log information messages from the plugin infrastructure Signed-off-by: Kim Christensen --- pkg/plugins/pluggable/connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugins/pluggable/connection.go b/pkg/plugins/pluggable/connection.go index e7dd234f5..51ab41123 100644 --- a/pkg/plugins/pluggable/connection.go +++ b/pkg/plugins/pluggable/connection.go @@ -122,7 +122,7 @@ func (c *PluginConnection) Start(ctx context.Context, pluginCfg io.Reader) error logger := hclog.New(&hclog.LoggerOptions{ Name: "porter", Output: c.logsWriter, - Level: hclog.Debug, + Level: hclog.Warn, JSONFormat: true, }) c.client = plugin.NewClient(&plugin.ClientConfig{