Hi Andrew,
I am using pentaho 8.3 version which is using the log4j1.2.17. So I need to be sure shall I upgrade to log4j2.17 version.
Can you let me know ?
Thanks
------------------------------
Saket Kumar
Data Service Manager
Tibersoft
------------------------------
Original Message:
Sent: 01-12-2022 16:03
From: Andrew Cave
Subject: How to upgrade log4j to 2.17 version in pentaho ?
Hi Saket
https://logging.apache.org/log4j/log4j-2.2/manual/migration.html lays out the rules for migration
They must not access methods and classes internal to the Log4j 1.x implementation such as Appenders, LoggerRepository or Category's callAppenders method.
grepping through the kettle-engine repo I can see (among others)
plugins/log4j/core/src/main/java/org/pentaho/di/core/logging/Log4jConsoleAppender.java:import org.apache.log4j.Appender;
so I'd guess it requires significant code updates and testing.
Original Message:
Sent: 1/12/2022 9:53:00 AM
From: Saket Kumar
Subject: How to upgrade log4j to 2.17 version in pentaho ?
Hii,
Any possible info on how to upgrade the log4j 1.2.17 version to log4j 2.17 version in Pentaho.
------------------------------
Saket Kumar
Data Service Manager
Tibersoft
------------------------------