Convex dashboard timestamp milliseconds
It would be helpful to see milliseconds on timestamp shown.
I would assume logs from the one transaction would have the exact same timestamp, helping to quickly see what logs are part of the same transaction when scanning the logs.

6 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
fyi, in case you didn't know -- you can click on any log line and it will drill down into all logs for that specific function
with the request id up at the top
Would adding a millisecond to timestamp actually remove the need for this drill down slide out panel? Assuming all the logs have the exact same timestamp that were part of the request/transaction? is "request" and "transaction" the same thing btw?
It doesn’t completely eliminate it, since it does this for actions as well.
That is is basically a convex function call (query, mutation, or action)
Ah yes. Does it add any value for queries and mutations?
I think just a single view to see the complete set of logs for a Q/M