-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
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
Button/link to see build log as simple plain text? #521
Comments
Currently i use something like that:
when plain text is needed |
hi @inkvizitor68sl, thanks for your positive feedback! I will implemented that feature to view raw logs on the user interface soon, probably this weekend already, but not sure. |
Hi @inkvizitor68sl I implemented your feature request about viewing raw logs, here's the demo: abstruse-raw-log.mp4Please note that at this moment you need to build abstruse from the master branch to get this feature, but I will soon publish new docker images to the docker hub. |
First of all, thanks for great CI - it is really uniq for now around other monsters - simple, fast, easy, but has everything we need to dive in CI in 2021.
I see now small issue - job log now is not a "just text". So we can't copy part of it, cant find some text inside log and etc.
Also it looks like size of job log is limited by some amount of characters in abstruse frontend.
However this console looks great when all jobs is successfull, but this makes some hurt, when jobs are not passed =)
Probably it is some local browser problem, but i tested few of them (at least Chromium 91/Firefox 76) - all of them has same problems.
So it would be great to add "download job log" button for each job to be able make some debug around job logs.
Ofc it would be great to fix text search/copying - but i understand, that it can be something hard to fix.
The text was updated successfully, but these errors were encountered: