Re: [PATCH] trace: log.py: human-readable timestamp

2025-06-29 Thread Stefan Hajnoczi
On Thu, Jun 26, 2025 at 10:55:14PM +0300, Vladimir Sementsov-Ogievskiy wrote: > So tired to parse all these timestamps, when need to compare them > with other logs. > > Use iso8601 format as in warn_report() (info_report(), error_report()) > already used. > > Also, start line with date, to be sim

[PATCH] trace: log.py: human-readable timestamp

2025-06-26 Thread Vladimir Sementsov-Ogievskiy
So tired to parse all these timestamps, when need to compare them with other logs. Use iso8601 format as in warn_report() (info_report(), error_report()) already used. Also, start line with date, to be similar with warn_report() as well. Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/