RE: Debug logging in Maven project

2017-01-10 Thread Markus Jelsma
0 > To: solr-user@lucene.apache.org > Subject: RE: Debug logging in Maven project > > Indeed, there were some changes recently but i also can't get logging to work > on older versions such as 6.0. > > Thanks, > Markus > >  >  > -Original message-

RE: Debug logging in Maven project

2017-01-10 Thread Markus Jelsma
Indeed, there were some changes recently but i also can't get logging to work on older versions such as 6.0. Thanks, Markus -Original message- > From:Pushkar Raste > Sent: Tuesday 10th January 2017 14:53 > To: solr-user@lucene.apache.org > Subject: Re: Debug

Re: Debug logging in Maven project

2017-01-10 Thread Pushkar Raste
Seems like you have enabled only console appender. I remember there was a changed made to disable console appender if Solr is started in background mode. On Jan 10, 2017 5:55 AM, "Markus Jelsma" wrote: > Hello, > > I used to enable debug logging in my Maven project's unit tests by just > setting

Debug logging in Maven project

2017-01-10 Thread Markus Jelsma
Hello, I used to enable debug logging in my Maven project's unit tests by just setting log4j's global level to DEBUG, very handy, especially in debugging some Solr Cloud start up issues. Since a while, not sure to long, i don't seem to be able to get any logging at all. This project depends on