diff --git a/pkg/register/plugin_builder.go b/pkg/register/plugin_builder.go index 40788ed..094f55b 100644 --- a/pkg/register/plugin_builder.go +++ b/pkg/register/plugin_builder.go @@ -14,7 +14,7 @@ type PluginBuilder struct { func NewPluginBuilder(p Plugin) *PluginBuilder { logger := hclog.New(&hclog.LoggerOptions{ - Level: hclog.Error, + Level: hclog.Info, Output: os.Stderr, JSONFormat: false, }) diff --git a/pkg/register/plugin_register.go b/pkg/register/plugin_register.go index 2e8b67e..1ddd178 100644 --- a/pkg/register/plugin_register.go +++ b/pkg/register/plugin_register.go @@ -82,7 +82,7 @@ func (pr *PluginRegisterBuilder) Build(ctx context.Context) (*PluginRegister, er Logger: hclog.New(&hclog.LoggerOptions{ Name: "char", Output: os.Stdout, - Level: hclog.Error, + Level: hclog.Info, }), Cmd: exec.Command( fmt.Sprintf(