Skip to content

Log view: cache logs for speedy re-access #2422

@MetRonnie

Description

@MetRonnie

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.

Metadata

Metadata

Assignees

Labels

UX/UIUser experience and interface improvements

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions