> 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
: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
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
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