Re: How to write core's name in log

2011-09-27 Thread Chris Hostetter
: I'm thinking to add MDC variable, this will be name of core. Finally I'll : use it in log4j configuration like this in ConversionPattern %X{core} : : The idea is that when Solr received a request I'll add this new variable : "name of core". : : But I don't know if it's a good idea or not. : :

Re: How to write core's name in log

2011-09-21 Thread Pulkit Singhal
Not sure if this is a good lead for you but when I run out-of-the-box multi-core example-DIH instance of Solr, I often see core name thrown about in the logs. Perhaps you can look there? On Thu, Sep 15, 2011 at 6:50 AM, Joan wrote: > Hi, > > I have multiple core in Solr and I want to write core n

How to write core's name in log

2011-09-15 Thread Joan
Hi, I have multiple core in Solr and I want to write core name in log through to lo4j. I've found in SolrException a method called log(Logger log, Throwable e) but when It try to build a Exception it haven't core's name. The Exception is built in toStr() method in SolrException class, so I want