daisy / pipeline-webui

A Web User Interface for the DAISY Pipeline 2
Other
3 stars 2 forks source link

Hide messages in the execution log with the severity "DEBUG" #40

Closed josteinaj closed 8 years ago

josteinaj commented 9 years ago

From @josteinaj on January 26, 2015 13:28

Make messages with "DEBUG" severity part of a nested list under the first preceding message that does not have the severity "DEBUG". The DEBUG messages would not be displayed at the top of the Web UI when running scripts, and the list they are in would be automatically collapsed when a new non-DEBUG message appears. These collapsed lists can be expanded manually by the user afterwards. The DEBUG messages could possibly have a lower priority for screen readerrs in the aria live region as well.

Only scripts (and the scripts main components) should have non-DEBUG messages from now on.

related issue: daisy/pipeline-issues#442

Copied from original issue: daisy/pipeline-issues#443