The log viewer shows logs from a workflow run. Each log has a severity level associated with it - Error, Warning, Info, debug, etc (we also have a special Success one, which the CLI renders with a satisfying green tick)
The UI doesn’t distinguish these messages at all. So debug log levels are just as visible as error messages.
Solutions would be:
- add colour to the output to reinforce saliency
- Add an icon in the margin to indicate the log level