We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using /logs/project/<path> any of the different logs can be shown.
/logs/project/<path>
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.
/logs/project/by4742_h/by4742_h.project.compilation.log
The code is located in the ui_server.py module.
ui_server.py
There are at least two places that should attempt to incorporate this:
The text was updated successfully, but these errors were encountered:
Status view does this in latest version.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: