Skip to content

Commit

Permalink
universe: demote universe root fetch to trace log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Nov 17, 2023
1 parent 48b4ff9 commit 759d906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universe/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ type RootNodesQuery struct {
func (a *Archive) RootNodes(ctx context.Context,
q RootNodesQuery) ([]Root, error) {

log.Debugf("Fetching all known Universe roots (with_amounts_by_id=%v"+
log.Tracef("Fetching all known Universe roots (with_amounts_by_id=%v"+
", sort_direction=%v, offset=%v, limit=%v)", q.WithAmountsById,
q.SortDirection, q.Offset, q.Limit)

Expand Down

0 comments on commit 759d906

Please sign in to comment.