You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Chris Male (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2012/04/18 04:33:13 UTC

[jira] [Issue Comment Edited] (SOLR-3358) Capture Logging Events from JUL and Log4j

    [ https://issues.apache.org/jira/browse/SOLR-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13256150#comment-13256150 ] 

Chris Male edited comment on SOLR-3358 at 4/18/12 2:31 AM:
-----------------------------------------------------------

Hey Ryan,

My IntelliJ is complaining about compiling LogWatcher.  I think its because of the classpath collision of the log4j and log4j-over-slf4j jars.  Both include a {{org.apache.log4j.LogManager}} and {{org.apache.log4j.spi.LoggingEvent}}, yet they aren't the same classes.  Any thoughts here? I'm not sure we can have the jars as they are.
                
      was (Author: cmale):
    Hey Ryan,

My IntelliJ is complaining about compiling LogWatcher.  I think its because of the classpath collision of the log4j and log4j-over-slf4j jars.  Both include a {{org.apache.log4j.LogManager}} and {{org.apache.log4j.spi.LoggingEvnet}}, yet they aren't the same classes.  Any thoughts here? I'm not sure we can have the jars as they are.
                  
> Capture Logging Events from JUL and Log4j
> -----------------------------------------
>
>                 Key: SOLR-3358
>                 URL: https://issues.apache.org/jira/browse/SOLR-3358
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>         Attachments: SOLR-3358-logging.patch, 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org