denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[Bug]: Logs are out of order #499

Open cknight opened 1 year ago

cknight commented 1 year ago

Problem description

Logs are shown out of chronological order. This hinders understanding of chronological events. Example:

image

Steps to reproduce

  1. Execute console.log() events from multiple regions at different times
  2. Visit Deploy logs tab
  3. Logs appear to be chronological within region, but listed by region. E.g. one regions logs come after another regions, even if the timestamps overlap.

Expected behavior

Cross-region logs are collated to be one cohesive chronological displayed list.

Environment

No response

Possible solution

No response

Additional context

No response

cknight commented 1 year ago

Note, I've observed that this only appears to affect the 'Live' view.

vwkd commented 1 month ago

I too experience log messages in Live tab are out of order compared to other tabs. It seems they’re sorted oldest at top in Live tab but newest at the top in other tabs. This is confusing.