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

Ryan McKinley updated SOLR-3426:
--------------------------------

      Priority: Trivial  (was: Major)
      Assignee: Ryan McKinley
    Issue Type: Improvement  (was: Bug)
       Summary: Verbose error message when Log4j is enabled  (was: 
CoreContainer goes looking for nonexistent Log4j class)
    
> Verbose error message when Log4j is enabled
> -------------------------------------------
>
>                 Key: SOLR-3426
>                 URL: https://issues.apache.org/jira/browse/SOLR-3426
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 4.0
>            Reporter: Benson Margulies
>            Assignee: Ryan McKinley
>            Priority: Trivial
>         Attachments: solr-3426.patch
>
>
> The code quoted here from CoreContainer.java ends up looking for a class 
> named Log4j instead of Log4jWatcher. Neither name exists in the tree. 
>       // Now load the framework
>       if(fname!=null) {
>         if("JUL".equalsIgnoreCase(fname)) {
>           logging = new JulWatcher(slf4jImpl);
>         }
> //        else if( "Log4j".equals(fname) ) {
> //          logging = new Log4jWatcher(slf4jImpl);
> //        }
>         else {
>           try {
>             logging = loader.newInstance(fname, LogWatcher.class);
>           }
>           catch (Throwable e) {
>             log.warn("Unable to load LogWatcher", e);
>           }
>         }

--
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