diff --git a/pkg/compiler/compiler.go b/pkg/compiler/compiler.go index b07db66..97b3d7c 100644 --- a/pkg/compiler/compiler.go +++ b/pkg/compiler/compiler.go @@ -197,7 +197,7 @@ func compile(o compilerOptsT, tree *ast.AstT, scope string) (ObjsT, error) { sortObjs(outObjs, schema.NodeTypeSet) for _, obj := range outObjs { - log.Info(). + log.Debug(). Str("abstract_type", obj.AbstractType.String()). Str("abstract_address", obj.Address.String()). Str("object_type", obj.ObjectType.String()).