cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows

Home Page:https://cylc.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

log: overzealous timestamps option

oliver-sanders opened this issue · comments

The "timestamps" option can be a little overzealous:

Screenshot from 2023-09-22 10-52-47
Screenshot from 2023-09-22 10-53-01

The intention of this option is to strip timestamps from logs on command to make them more readable. I.E. it turns this:

TIME1 some message
TIME2 other message

Into this:

some message
other message

It is not supposed to strip things that look like timestamps from elsewhere in log output.