On Fri, May 8, 2015 at 4:27 PM, Justin Edelson <[email protected]> wrote: > I like the idea here, but binding this to the assumption that log files are > stored relative to the sling home directory isn't a safe assumption. Can't > this be written using the Logback API and avoid reading files at all? I.e. > Just have log entries stored in an in-memory buffer.
That would be risky as often while debugging lots of logs gets generated. As a user I would typically redirect all the interesting logs to a specific file and then have this tailer tail that. At some point we can provide an option to scroll also, just like in Jenkins UI where you can access older build logs also Chetan Mehrotra
