Skip to content

Commit

Permalink
EPMRPP-95933 || Add information about microseconds (#786)
Browse files Browse the repository at this point in the history
* EPMRPP-95933 || Add information about microseconds

* Microseconds update

* Microseconds update

---------

Co-authored-by: Yuliya_Prihodko <[email protected]>
  • Loading branch information
pressayuliya and Yuliya_Prihodko authored Oct 7, 2024
1 parent 513318a commit 54cf49f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/work-with-reports/ViewLaunches.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,25 @@ Also, you can use the logs sorting by time, and filtering logs to find a certain

<MediaViewer src="https://youtu.be/_g0GW16sXGU" alt="Log Messages in our automated testing tool" type="video" />

### Timestamps

In ReportPortal version 24.2, microseconds have been added to timestamps to provide a more precise log sequence.
Previously, some logs shared identical timestamps at the millisecond level, which led to issues with log ordering.

With this update, you have the flexibility to view timestamps in two formats:

1. Date & time

<MediaViewer src={require('./img/view-launches/Milliseconds.png')} alt="Date & time" />

2. Time with microseconds

<MediaViewer src={require('./img/view-launches/Microseconds.png')} alt="Time with number of microseconds" />

You can easily switch between these options with a simple click.

The choice will be saved to `localStorage` to persist between sessions in a particular browser.

### Stack trace

On the Log view for the fast redirection to the last 5 error log messages, please click on the tab Stack trace, in this section you can find *5 last error logs".
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54cf49f

Please sign in to comment.