Re: Log4j and Java 9 JPMS support

2017-09-18 Thread Ralph Goers
Actually, you are asking for a log file per module. That shouldn’t require a new ContextSelector. That would only be required if you wanted to have a separate configuration for each module. Right now Log4j doesn’t do anything to identify what module a class is located in. That would be required

Re: Log4j and Java 9 JPMS support

2017-09-18 Thread Ralph Goers
Right now LoggerContexts are organized around ClassLoaders. We haven’t even talked about creating a ModuleContextSelector. If you want to help contribute towards that it would be welcome. Ralph > On Sep 18, 2017, at 1:18 AM, Alex Sviridov > wrote: > > Hi all > > Could anyone say if log4j 1/