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

Ryan McKinley updated SOLR-3356:
--------------------------------

    Attachment: SOLR-3356-log4j.patch

this uses reflection to make the Log4j setLevel call

It also adds info to the header that says which framework is enabled:

{code:xml}
<str name="framework">java.util.logging</str>
<str name="slfj4">org.slf4j.impl.JDK14LoggerFactory</str>
{code}

{code:xml}
<str name="framework">log4j</str>
<str name="slfj4">org.slf4j.impl.Log4jLoggerFactory</str>
{code}
                
> Logging UI (and LogLevelHandler) should support Log4j
> -----------------------------------------------------
>
>                 Key: SOLR-3356
>                 URL: https://issues.apache.org/jira/browse/SOLR-3356
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-3356-log4j.patch
>
>
> The Logging UI and LogLevelHandler can work using Log4j rather then just JUL

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to