biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.7k stars 992 forks source link

A friendlier log display #6797

Closed simonaubertbd closed 1 month ago

simonaubertbd commented 2 months ago

What's your use case? Reading the log, it's not easy to have immediatly the info I look for.

What's your proposed solution? some formatting, especially indentation, colors (like bold red when error)... link to the tool, etc Maybe having the date time in a separate column

Are there any alternative solutions? Probably?

As a comparison : Orange Data Mining image

Alteryx image

Best regards,

Simon

janezd commented 1 month ago

This is not the same thing. Orange shows information like that in Alteryx log in the status bar of the widgets. There, it is formatted, has a color-coded icon etc.

Stack trace from Orange is a result of a bug; it is not meant to happen, and when it does, it is meant to be read by developers, which need a stack trace (there is not "tool", but a chain of function calls ...). Colors are pointless: this is always an error. Indentation is such as set by Python. Date and time are redundant.