Re: Query regarding migration of properties file from log4j1.x to log4j2.x

2022-05-07 Thread Piotr P. Karwasz
On Fri, 6 May 2022 at 10:40, Nilay Prafulla Dhamecha wrote: > The explanation about the arbitrary string identifiers is what I was > looking for, I changed the identifiers and the logging is working. > However, can you brief me on what a concrete logger is exactly and how is > it different from o

Re: Query regarding migration of properties file from log4j1.x to log4j2.x

2022-05-06 Thread Nilay Prafulla Dhamecha
Hi Piotr, Thank you so much for your valuable response. The explanation about the arbitrary string identifiers is what I was looking for, I changed the identifiers and the logging is working. However, can you brief me on what a concrete logger is exactly and how is it different from other logger c

Re: Query regarding migration of properties file from log4j1.x to log4j2.x

2022-05-04 Thread Piotr P. Karwasz
Hi Nilay, On Wed, 4 May 2022 at 14:49, Nilay Prafulla Dhamecha wrote: > *Old Properties file (Log4j1.x) : * > *#Appenders* > log4j.appender.file_logger=com.share.util.LogFileAppender > ... *Migrated Properties file (Log4j2.17.1) : *status = warn > ... > appender.file_logger.type=BWLogFile > ...

Query regarding migration of properties file from log4j1.x to log4j2.x

2022-05-04 Thread Nilay Prafulla Dhamecha
Hi, We have migrated our logging framework from log4j1.x to log4j2.17.1 We are trying to migrate the properties file but some of the loggers are not working after the migration. *Old Properties file (Log4j1.x) : * *#Appenders* log4j.appender.file_logger=com.share.util.LogFileAppender log4j.append