Indicate log levels in log output

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:

  1. add colour to the output to reinforce saliency
  2. Add an icon in the margin to indicate the log level

This is being tracked here and also prioritized for Q1 '25.

Issue: Control log levels in run logs · Issue #2206 · OpenFn/lightning · GitHub
Roadmap: Roadmap and Product Ethos | OpenFn/docs

1 Like

Thank you @ayodele !