Orchestrator Logs Sort by Millisecond

Orchestrator logs are currently sorted by second when using time sorting. We often have multiple log messages in the span of a single second and this makes it hard to tell the correct order of the messages. Please add sorting by millisecond so the log messages display in the correct order.

2 Likes

Hi,
Thank you for your suggestion. I added it to our internal ideas tracker for our team to consider.

Any updates on this issue?

Hi. It’s still in the queue.

1 Like

It will be great if this issue is sorted soon.
@loginerror

@Pablito what are the chances this will ever be fixed?

Why sort by time? why doesn’t it just sort by the order it is saved to the database! Don’t you have Ids?
It is terrible that when a lot of things happens within a second, we have to figure out where did what go!

1 Like

This change is critical for successful debugging of a process. The Logs in Orchestrator are uselessly jumbled around in a great mess, almost requiring us to create our own logging database, to achieve a useful debugging experience.
@Pablito please prioritize this change. Thank you.

1 Like

Hi Pablito,

may I know the status of this request? which version has applied this feature?

thank you,
Indra

2 Likes

Hi, in September 2022 cloud and 2022.10 on-prem we added a new column called Time (Absolute) which can be selected and will display the milliseconds for logs. Please see here for more details.

Great, thank you!