-
Notifications
You must be signed in to change notification settings - Fork 5
Give user access to logs through UI #111
Copy link
Copy link
Open
Labels
Description
Using /logs/project/<path> any of the different logs can be shown.
The API allows for searching through the structure given you know a valid root-directory name.
On my computer I can use:
/logs/project/by4742_h/by4742_h.project.compilation.log to see the compilation log.
The code is located in the ui_server.py module.
There are at least two places that should attempt to incorporate this:
- QC should give for the analysis folder and preferably search its parent folder too.
- Status view should give the relevant log for what is running.
Reactions are currently unavailable