Re: lucene-solr:master: SOLR-8186: Solr start scripts, only log to console when running in foreground

2016-09-22 Thread Jan Høydahl
Yep, will propose a safer way -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 22. sep. 2016 kl. 10.38 skrev Uwe Schindler : > > Hi Janhoy, > > the commit breaks forbidden-apis checks, because direct usage of Log4J > instead of Slf4J warppers is not wanted for appli

RE: lucene-solr:master: SOLR-8186: Solr start scripts, only log to console when running in foreground

2016-09-22 Thread Uwe Schindler
Hi Janhoy, the commit breaks forbidden-apis checks, because direct usage of Log4J instead of Slf4J warppers is not wanted for application code. I think this one is special, so I'd move the silencer stuff to a private method that’s called from init(). This private method could be @SuppressForbid