-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add "tail -f" for log files #187
Comments
I like the way Jenkins does it (if you are familiar with Jenkins or Hudson). |
No I am not familiar. Can you describe / explain what is good about it? Thanks
|
and.. while at it, the number of lines in the log should be customizable, 500 is way too much for the default |
I'll look around if I can find a demo instance of Jenkins online. The bulk of it is that the default tail is java script based on the web client side and poll the console for newer lines. On the top left corner there is a little link showing how much data was skipped and a link to show the 'full log'. At the bottom there is a spinning wheel to show that the JavaScript is still actively polling for more lines. Lastly there is a link to see the raw log, which would be more or less what the current behavior in the Glu console is. As a side note, I do not know what you use for CI buy I highly recommend that you use Jenkins. It is java and groovy based like Glu is and is very easy to setup and maintain. It has over 400 plugins that include code coverage reports, pmd reports, git support , etc... Sent from my iPhone On Nov 28, 2012, at 15:01, Yan Pujante [email protected] wrote:
|
Jenkins in action, if you see an active job in the Build queue (to the left), click any of the blue progress bar to get to the live log tailing page. |
Implemented in 5.3.0 |
No description provided.
The text was updated successfully, but these errors were encountered: