[ 
https://issues.apache.org/jira/browse/SOLR-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McKinley updated SOLR-3358:
--------------------------------

    Attachment: SOLR-3358-logging.patch

This patch moves the LoggerFramework abstraction to its own package and extends 
it to support registering listeners.

Some things to note about this patch
* the log info is static -- we don't want multiple instances running for each 
Core
* By default it keeps the last 50 error+ messages

To see the latest messages, call:
http://localhost:8983/solr/admin/logging?since=0

To get messages since the last time you asked, pick the last timestamp and call:
http://localhost:8983/solr/admin/logging?since=1334365940591

to change the threshold call:
http://localhost:8983/solr/admin/logging?threshold=ALL

------

This adds log4j to the build classpath but it is not included in the .war


                
> Show Logging Events in Admin UI
> -------------------------------
>
>                 Key: SOLR-3358
>                 URL: https://issues.apache.org/jira/browse/SOLR-3358
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>         Attachments: SOLR-3358-logging.patch
>
>
> The UI should be able to show the last few log messages.  To support this, we 
> will need to register an Appender (log4j) or Handler
> (JUL) and keep a buffer of recent log events.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to