Re: [PULL 1/1] trace: log.py: human-readable timestamp

2025-07-21 Thread Stefan Hajnoczi
On Mon, Jul 21, 2025 at 3:04 PM Daniel P. Berrangé wrote: > > On Mon, Jul 21, 2025 at 02:10:51PM -0400, Stefan Hajnoczi wrote: > > From: Vladimir Sementsov-Ogievskiy > > > > So tired to parse all these timestamps, when need to compare them > > with other logs. > > > > Use iso8601 format as in war

Re: [PULL 1/1] trace: log.py: human-readable timestamp

2025-07-21 Thread Daniel P . Berrangé
On Mon, Jul 21, 2025 at 02:10:51PM -0400, Stefan Hajnoczi wrote: > From: 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, sta

[PULL 1/1] trace: log.py: human-readable timestamp

2025-07-21 Thread Stefan Hajnoczi
From: 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: Vladim