Skip to content

Commit 9d393e3

Browse files
committed
Switch noisy log messages to debug.
1 parent 6d9c613 commit 9d393e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compiler/compiler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func compile(o compilerOptsT, tree *ast.AstT, scope string) (ObjsT, error) {
197197
sortObjs(outObjs, schema.NodeTypeSet)
198198

199199
for _, obj := range outObjs {
200-
log.Info().
200+
log.Debug().
201201
Str("abstract_type", obj.AbstractType.String()).
202202
Str("abstract_address", obj.Address.String()).
203203
Str("object_type", obj.ObjectType.String()).

0 commit comments

Comments
 (0)