commands, log as info

This commit is contained in:
2022-11-05 23:23:57 +01:00
parent e51d10b267
commit cd4477b655
2 changed files with 2 additions and 2 deletions

View File

@@ -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,
})