After a bit of testing I got it working. Basically all the configuration for
log4j by default is under server/resources/log4j.properites.
By default log4j should be able to find log4j.xml if you delete
log4j.properties. I tried it and that's no the case.
I figured out this is due the fact that s
_How_ is it "not working"? You might want
to review:
http://wiki.apache.org/solr/UsingMailingLists
Best,
Erick
On Mon, Jul 25, 2016 at 7:09 AM, marotosg wrote:
> Hi all,
>
> I am trying to upgrade Solr4.11 to Solr6 and having some trouble with
> logging.
> I have Solr4.11 running on tomcat 6 as
Hi all,
I am trying to upgrade Solr4.11 to Solr6 and having some trouble with
logging.
I have Solr4.11 running on tomcat 6 as a solr.war. Inside my solr.war a few
jar files updated as it explains in this post so I can use a "log4j.xml"
with some advanced features to compress old files.
https://wik