Skip to content

Commit

Permalink
cleanup debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmel committed Aug 13, 2024
1 parent 4c7f750 commit 9b66f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ func (n *OpNode) PublishL2Attributes(ctx context.Context, attrs *derive.Attribut
n.log.Warn("failed to marshal payload attributes", "err", err)
return err
}
n.log.Info("Publishing execution payload attributes on event stream", "attrs", builderAttrs, "json", string(jsonBytes))
n.log.Debug("Publishing execution payload attributes on event stream", "attrs", builderAttrs, "json", string(jsonBytes))
n.httpEventStream.Publish("payload_attributes", &sse.Event{Data: jsonBytes})
return nil
}
Expand Down

0 comments on commit 9b66f1d

Please sign in to comment.