blackberry / webworks-gui

GUI Tool for WebWorks 2.0
https://developer.blackberry.com/html5/
Apache License 2.0
3 stars 5 forks source link

Debug log should be cleared prior to CLI call [nice to have] #225

Open jamesjhedley opened 10 years ago

jamesjhedley commented 10 years ago

Would be nice if the Build log was cleared before calling CLI. At the moment it's sometimes hard to tell if the build actually passed/did something when the output stays the same from build to build. May be failing silently? Definitely a nitpick, but i would prefer if the log was clear before doing a new build. That way any new info in the log obviously belongs to the new build.

An even better solution in my opinion would be to have a clear + real-time logging. @rcruz mentioned to me that we use to support this and it was removed. Any reason it was removed @kwallis?

jamesjhedley commented 10 years ago

So apparently we never actually had real-time logging. The only real-time logging we had was done in the server console and has been removed. @rcruz mentioned to me we can't do real-time logging in the gui without web sockets.

Still think we should at least be clearing the log :).