denoland / deploy_feedback

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

https://dash.deno.com/***/logs - show milliseconds in TS #653

Open morgothulhu opened 5 months ago

morgothulhu commented 5 months ago

What problem are you trying to solve?

Today only the seconds are shown on the TS (right side), this is confusing when trying to do post-mortem/log analysis, especially for async debugging

Describe the solution you'd like

Have the .fff milliseconds displayed on the log timestamps

Describe alternatives you've considered

Adding TS of my own on the log message itself - will be redundant and lead to log clutter

Documentation, Adoption, Migration Strategy

N/A