Logging in custom scripts
As of WFM release 2022.08.00, Log4j has been removed as the default logging solution for
the WFM application. Any code that calls Log4j must be removed from extension scripts. At
this time, extension scripts do not support logging.
Customers can work with Infor Support to identify extension scripts that reference Log4j. Extension scripts referencing Log4j can be identified by running this database query:
select * from EXTENSION_SCRIPT where EXTSCR_SCRIPT like '%log4j%';