You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by chenlb <gi...@git.apache.org> on 2015/06/26 09:52:45 UTC

[GitHub] lucene-solr pull request: SOLR-7698 : solr logback contrib

GitHub user chenlb opened a pull request:

    https://github.com/apache/lucene-solr/pull/167

    SOLR-7698 : solr logback contrib

    https://issues.apache.org/jira/browse/SOLR-7698
    
    alternative use logback support
    solr.xml like
    ```xml
    <solr>
    <!-- ... -->
      <logging>
        <str name="class">org.apache.solr.logging.logback.LogbackWatcher</str>
        <bool name="enabled">true</bool>
        <watcher>
          <int name="size">50</int>
          <str name="threshold">WARN</str>
        </watcher>
      </logging>
    <!-- ... -->
    </solr>
    ```
    
    solr-X.X.X/server/lib/ext remove:
     * log4j-1.2.X.jar
     * slf4j-log4j12-1.7.X.jar
    
    add :
     * log4j-over-slf4j-1.7.7.jar
     * logback-classic-1.1.3.jar
     * logback-core-1.1.3.jar
    
    example : https://github.com/chenlb/vootoo/wiki/Logback-for-solr-logging

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chenlb/lucene-solr feature/contrib-logback

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/167.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #167
    
----
commit cd86dc4523a7c08e6cdea033e7a98c7cb4000dab
Author: chenlb <ch...@gmail.com>
Date:   2015-06-26T07:49:46Z

    SOLR-7698 : solr logback contrib

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] lucene-solr pull request #167: LUCENE-7744

Posted by xabbu42 <gi...@git.apache.org>.
Github user xabbu42 closed the pull request at:

    https://github.com/apache/lucene-solr/pull/167


---

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