RE: Looking up a system property specified in a log4j v1 properties file

2022-03-04 Thread Natasha D'Silva
HI, I tried that and it worked. Thank you!

Re: Looking up a system property specified in a log4j v1 properties file

2022-03-02 Thread Gary Gregory
We just released 2.17.2 which contain many improvements to the 1.2 bridge. Would you give it a try? Gary On Wed, Mar 2, 2022, 12:38 Natasha D'Silva wrote: > I’m using log4j v2, the log4j v1 bridge and a v1 log4j.properties file > that specifies an appender like this: > > > >

Looking up a system property specified in a log4j v1 properties file

2022-03-02 Thread Natasha D'Silva
I'm using log4j v2, the log4j v1 bridge and a v1 log4j.properties file that specifies an appender like this: log4j.appender.KRFTRACE=${abc.def.log4j.appender.KRFTRACE} log4j.rootLogger=ALL, KRFTRACE I set the system property abc.def.log4j.appender.KRFTRACE to the appropriate class.