Re: Strange double-logging with log4j

2014-04-13 Thread Michael Sokolov
I've had this happen to me before too; it's always a mystery. I wonder if it has to do with specifying the "file" appender for both rootLogger and solrj? -Mike On 4/12/2014 5:20 PM, Shawn Heisey wrote: On 4/11/2014 3:21 PM, Shawn Heisey wrote: This is lucene_solr_4_7_2_r1586229, downloaded

Re: Strange double-logging with log4j

2014-04-12 Thread Shawn Heisey
On 4/11/2014 3:21 PM, Shawn Heisey wrote: > This is lucene_solr_4_7_2_r1586229, downloaded from the release > manager's staging area. > > I configured the following in my log4j.properties file: > > log4j.rootLogger=WARN, file > log4j.category.org.apache.solr.core.SolrCore=INFO, file > > Now EVER

Strange double-logging with log4j

2014-04-11 Thread Shawn Heisey
This is lucene_solr_4_7_2_r1586229, downloaded from the release manager's staging area. I configured the following in my log4j.properties file: log4j.rootLogger=WARN, file log4j.category.org.apache.solr.core.SolrCore=INFO, file Now EVERYTHING that SolrCore logs (which is all at INFO) is being