Use slf4j consistently

2015-07-23 Thread Oliver Schrenk
Hi, I wanted to move to log4j2 as the logging implementation for Solr (1) but ran into some issues when I switched out the appropriate jars. Unfortunately there are a few classes that directly rely on log4j to be on the classpath instead and don't use the slf4j logging facade. So I wanted to

Re: Use slf4j consistently

2015-07-23 Thread Mark Miller
Great Oliver - could you file a JIRA issue? - Mark On Thu, Jul 23, 2015 at 12:20 PM Oliver Schrenk wrote: > Hi, > > > I wanted to move to log4j2 as the logging implementation for Solr (1) but > ran into some issues when I switched out the appropriate jars. > Unfortunately there are a few classe

[jira] [Created] (SOLR-7825) Use slf4j consistently

2015-07-23 Thread Oliver Schrenk (JIRA)
Oliver Schrenk created SOLR-7825: Summary: Use slf4j consistently Key: SOLR-7825 URL: https://issues.apache.org/jira/browse/SOLR-7825 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-7825) Use slf4j consistently

2015-07-23 Thread Shawn Heisey (JIRA)
keeper being a prime example) use log4j directly. > Use slf4j consistently > -- > > Key: SOLR-7825 > URL: https://issues.apache.org/jira/browse/SOLR-7825 > Project: Solr > Issue Type: Improvement >

[jira] [Commented] (SOLR-7825) Use slf4j consistently

2015-07-24 Thread Oliver Schrenk (JIRA)
Test.java {code} I just thought I start because the one in ZkContainer was actually a nuisance to me (because I wasn't aware of {{log4j-over-slf4}} > Use slf4j consistently > -- > > Key: SOLR-7825 > URL: https://issues.apa

[jira] [Updated] (SOLR-7825) Use slf4j consistently

2015-07-24 Thread Oliver Schrenk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Schrenk updated SOLR-7825: - Attachment: slf4j.patch > Use slf4j consistently > -- > >

[jira] [Assigned] (SOLR-7825) Use slf4j consistently

2015-07-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-7825: --- Assignee: Shalin Shekhar Mangar > Use slf4j consisten

[jira] [Updated] (SOLR-7825) Use slf4j consistently

2015-07-24 Thread Shalin Shekhar Mangar (JIRA)
, the ZK client retries a few times and this activity is logged in WARN. If we set the log level to ERROR then the zkcli script just hangs for a while (more than a minute). > Use slf4j consistently > -- > > Key: SOLR-7825 > URL:

[jira] [Commented] (SOLR-7825) Use slf4j consistently

2015-07-24 Thread Shai Erera (JIRA)
take, probably when I debugged the issue I added this test for, and forgot to remove it :). Thanks! > Use slf4j consistently > -- > > Key: SOLR-7825 > URL: https://issues.apache.org/jira/browse/SOLR-7825 > Project: Solr

[jira] [Commented] (SOLR-7825) Use slf4j consistently

2015-07-24 Thread Uwe Schindler (JIRA)
d also match possible sub-packages. > Use slf4j consistently > -- > > Key: SOLR-7825 > URL: https://issues.apache.org/jira/browse/SOLR-7825 > Project: Solr > Issue Type: Improvement > Components:

[jira] [Updated] (SOLR-7825) Use slf4j consistently

2015-07-24 Thread Shalin Shekhar Mangar (JIRA)
of your suggestions. > Use slf4j consistently > -- > > Key: SOLR-7825 > URL: https://issues.apache.org/jira/browse/SOLR-7825 > Project: Solr > Issue Type: Improvement > Components: Server >

[jira] [Comment Edited] (SOLR-7825) Use slf4j consistently

2015-07-24 Thread Uwe Schindler (JIRA)
would truncate with {{**}} instead of {{*}}. ** is like Ant/Maven's fileset includes and spawn several packages. So {{org.apache.log4j.**}} would also match possible sub-packages. > Use slf4j consistently > -- > > Key: SOLR-7825 >