-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
UX/UIUser experience and interface improvementsUser experience and interface improvements
Milestone
Description
Problem
Sometimes loading log files can take a few seconds as it loads it over the network. Switching between job.out and job.err can be frustrating in this regard.
Proposed Solution
Have a FIFO cache of log files stored in CacheStorage (which we already use for storing workspace layouts).
The tricky part might be reconciling the cached log lines and incoming lines if more are written to the log file since the caching.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
UX/UIUser experience and interface improvementsUser experience and interface improvements