RE: Solr Loggin issue

2009-05-13 Thread Sagar Khetkade
> From: sagar.khetk...@hotmail.com > To: solr-user@lucene.apache.org > Subject: RE: Solr Loggin issue > Date: Wed, 13 May 2009 09:21:57 +0530 > > > > > I have only one log4j.properties file in classpath and even if i configure > for the particular package where

RE: Solr Loggin issue

2009-05-12 Thread Sagar Khetkade
:59:01 -0700 > Subject: Re: Solr Loggin issue > From: jayallenh...@gmail.com > To: solr-user@lucene.apache.org > > Usually that means there is another log4j.properties or log4j.xml file in > your classpath that is being found before the one you are intending to use. > Check

Re: Solr Loggin issue

2009-05-12 Thread Jay Hill
Usually that means there is another log4j.properties or log4j.xml file in your classpath that is being found before the one you are intending to use. Check your classpath for other versions of these files. -Jay On Tue, May 12, 2009 at 3:38 AM, Sagar Khetkade wrote: > > Hi, > I have solr impleme

Solr Loggin issue

2009-05-12 Thread Sagar Khetkade
Hi, I have solr implemented in multi-core scenario and also implemented solr-560-slf4j.patch for implementing the logging. But the problem I am facing is that the logs are going to the stdout.log file not the log file that I have mentioned in the log4j.properties file. Can anybody give me work