Re: Version 1.2 - send one logger to a separate file

2018-05-04 Thread Remko Popma
I added a comment with example to https://issues.apache.org/jira/browse/SOLR-11453 On Fri, May 4, 2018 at 11:49 PM, Shawn Heisey wrote: > On 10/9/2017 5:56 PM, Remko Popma wrote: > > Log4j 1.x was declared End of Life in August 2015 ( >

Re: Version 1.2 - send one logger to a separate file

2018-05-04 Thread Shawn Heisey
On 10/9/2017 5:56 PM, Remko Popma wrote: > Log4j 1.x was declared End of Life in August 2015 > (https://blogs.apache.org/foundation/entry/apache_logging_services_project_announces). > > Also, Log4j 1.2 is known to be broken on Java 9 >

Re: Version 1.2 - send one logger to a separate file

2017-10-10 Thread Shawn Heisey
On 10/9/2017 5:56 PM, Remko Popma wrote: > Log4j 1.x was declared End of Life in August 2015 > (https://blogs.apache.org/foundation/entry/apache_logging_services_project_announces). > > Also, Log4j 1.2 is known to be broken on Java 9 >

Re: Version 1.2 - send one logger to a separate file

2017-10-09 Thread Remko Popma
Log4j 1.x was declared End of Life in August 2015 (https://blogs.apache.org/foundation/entry/apache_logging_services_project_announces). Also, Log4j 1.2 is known to be broken on Java 9 (https://blogs.apache.org/logging/entry/moving_on_to_log4j_2). Other than that, the people in this

Version 1.2 - send one logger to a separate file

2017-10-09 Thread Shawn Heisey
Solr is an Apache project that uses slf4j, with log4j 1.2 as the final logging destination. In one of the classes in Solr, specifically the SolrCore class, these are the loggers defined:   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());   public