diff --git a/universe/base.go b/universe/base.go index e1a5f5238..11f09e7f1 100644 --- a/universe/base.go +++ b/universe/base.go @@ -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)