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
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
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
> ...
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