[jira] [Resolved] (SLING-4897) Sling Web Console - Log Tail Plugin

2015-08-07 Thread Bertrand Delacretaz (JIRA)
contribution in revision 1694685, many thanks! In revision 1694687 I moved the bundle resources under /libs/sling/logtail-plugin to be more specific and avoid potentiall collisions. > Sling Web Console - Log Tail Plugin > --- > > Key

Re: [contrib] Contribution to Sling Web Console - Log Tail Plugin

2015-07-29 Thread Satya Deep Maheshwari
; > > filter log output using complex grammar and extensible filters. > > > > > > Request the dev community to consider it for contribution. > > > > > > Thanks and Regards, > > > Varun Nagpal > > > > > > > > > [0] > > > > > > > > > http://apache-sling.73963.n3.nabble.com/Sling-Web-Console-Log-Tail-Plugin-td4050756.html > > > > > > [1] https://www.baremetalsoft.com/baretail/ > > > > > >

Re: [contrib] Contribution to Sling Web Console - Log Tail Plugin

2015-07-29 Thread Varun Nagpal
nd extensible filters. > > > > Request the dev community to consider it for contribution. > > > > Thanks and Regards, > > Varun Nagpal > > > > > > [0] > > > > > http://apache-sling.73963.n3.nabble.com/Sling-Web-Console-Log-Tail-Plugin-td4050756.html > > > > [1] https://www.baremetalsoft.com/baretail/ > > >

Re: [contrib] Contribution to Sling Web Console - Log Tail Plugin

2015-07-29 Thread Satya Deep Maheshwari
e ability to > filter log output using complex grammar and extensible filters. > > Request the dev community to consider it for contribution. > > Thanks and Regards, > Varun Nagpal > > > [0] > > http://apache-sling.73963.n3.nabble.com/Sling-Web-Console-Log-Tail-Plugi

[jira] [Updated] (SLING-4897) Sling Web Console - Log Tail Plugin

2015-07-29 Thread Varun Nagpal (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Nagpal updated SLING-4897: Attachment: sling-logtail.zip > Sling Web Console - Log Tail Plu

[jira] [Comment Edited] (SLING-4897) Sling Web Console - Log Tail Plugin

2015-07-29 Thread Varun Nagpal (JIRA)
.exe sling-logtail.zip 6d14f2ef4748c00e63cbbaeda7224e3c *sling-logtail.zip {code} > Sling Web Console - Log Tail Plugin > --- > > Key: SLING-4897 > URL: https://issues.apache.org/jira/browse/SLING-4897 >

[jira] [Updated] (SLING-4897) Sling Web Console - Log Tail Plugin

2015-07-29 Thread Varun Nagpal (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Nagpal updated SLING-4897: Attachment: (was: sling-logtail.zip) > Sling Web Console - Log Tail Plu

[contrib] Contribution to Sling Web Console - Log Tail Plugin

2015-07-22 Thread Varun Nagpal
log output using complex grammar and extensible filters. Request the dev community to consider it for contribution. Thanks and Regards, Varun Nagpal [0] http://apache-sling.73963.n3.nabble.com/Sling-Web-Console-Log-Tail-Plugin-td4050756.html [1] https://www.baremetalsoft.com/baretail/

[jira] [Updated] (SLING-4897) Sling Web Console - Log Tail Plugin

2015-07-22 Thread Varun Nagpal (JIRA)
md5sum {code} $ md5sum.exe sling-logtail.zip 6d14f2ef4748c00e63cbbaeda7224e3c *sling-logtail.zip {code} > Sling Web Console - Log Tail Plugin > --- > > Key: SLING-4897 > URL: https://issues.apache.org/jira/br

[jira] [Updated] (SLING-4897) Sling Web Console - Log Tail Plugin

2015-07-22 Thread Varun Nagpal (JIRA)
. Relevant mail archive thread: http://apache-sling.73963.n3.nabble.com/Sling-Web-Console-Log-Tail-Plugin-td4050756.html External github src link: https://github.com/vnagpal81/sling-logtail was: This issue tracks the introduction of a Log Tail Plugin for the Sling Log Web Console. As the name

[jira] [Created] (SLING-4897) Sling Web Console - Log Tail Plugin

2015-07-22 Thread Varun Nagpal (JIRA)
Varun Nagpal created SLING-4897: --- Summary: Sling Web Console - Log Tail Plugin Key: SLING-4897 URL: https://issues.apache.org/jira/browse/SLING-4897 Project: Sling Issue Type: New Feature

Re: Sling Web Console - Log Tail Plugin

2015-07-21 Thread Chetan Mehrotra
Hi Varun, I tried the plugin today and it worked fine. Though the UI display is bit awkward i.e. sliding drawer is coming at top of page for me rather than below the WebConsole toolbar. But its pretty much functional. Would give it try in some debugging session when working with remote setup!. So

Re: Sling Web Console - Log Tail Plugin

2015-07-16 Thread Varun Nagpal
Hi, Apologies for a (very) late response. As suggested by Justin and Robert, I have removed the dependency on ${sling.home}/logs/ and instead am using the Appender info in Logback Context to get the list of log files. Please have a look @ https://github.com/vnagpal81/sling-logtail Thanks. -- V

Re: Sling Web Console - Log Tail Plugin

2015-05-08 Thread Robert Munteanu
On Fri, May 8, 2015 at 2:17 PM, Chetan Mehrotra wrote: > On Fri, May 8, 2015 at 4:27 PM, Justin Edelson > 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 t

Re: Sling Web Console - Log Tail Plugin

2015-05-08 Thread Chetan Mehrotra
On Fri, May 8, 2015 at 4:27 PM, Justin Edelson 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

Re: Sling Web Console - Log Tail Plugin

2015-05-08 Thread Robert Munteanu
On Fri, May 8, 2015 at 1:57 PM, Justin Edelson 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

Re: Sling Web Console - Log Tail Plugin

2015-05-08 Thread Justin Edelson
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. At that point (I th

Re: Sling Web Console - Log Tail Plugin

2015-05-08 Thread Robert Munteanu
On Fri, May 8, 2015 at 6:40 AM, Chetan Mehrotra wrote: > Hi Varun, > > This looks really useful and would save quite a bit of hassle when > monitoring logs on remote setups. Would give it a try. > > Probably we can move it to Sling. What do others think? +1 for moving it under /contrib/extensions

Re: Sling Web Console - Log Tail Plugin

2015-05-07 Thread Chetan Mehrotra
Hi Varun, This looks really useful and would save quite a bit of hassle when monitoring logs on remote setups. Would give it a try. Probably we can move it to Sling. What do others think? Chetan Mehrotra On Thu, May 7, 2015 at 2:46 PM, Varun Nagpal wrote: > Hi All, > > I have implemented a Sli

Sling Web Console - Log Tail Plugin

2015-05-07 Thread Varun Nagpal
Hi All, I have implemented a Sling Web Console to tail the sling log files. Please have a look at source code [0] A screen shot of the plugin UI is attached. Feedback most welcome. Thanks. -- Varun [0] https://github.com/vnagpal81/sling-logtail