Skip to content

Commit

Permalink
Fixing headers for auth0 logs list
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Jan 6, 2023
1 parent 7222ab4 commit 30ccb2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/display/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ func (r *Renderer) LogList(logs []*management.Log, ch <-chan []*management.Log,
}
}
}()

r.Stream(res, viewChan) // streams results for `auth0 logs tail`
}

r.Stream(res, viewChan)
r.Results(res) //Includes headers for `auth0 logs list`
}

0 comments on commit 30ccb2d

Please sign in to comment.