commands, log as info

This commit is contained in:
2022-11-05 23:27:47 +01:00
parent 3678d1d815
commit c724bff698
4 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ type PluginBuilder struct {
func NewPluginBuilder(p Plugin) *PluginBuilder {
logger := hclog.New(&hclog.LoggerOptions{
Level: hclog.Info,
Level: hclog.Debug,
Output: os.Stderr,
JSONFormat: false,
})