Isomorphic,
After upgrading from 12.1p to 13.1p, messages like the following are getting logged.
We extend IDACall and this message is logged by the logger for our subclass not the com.isomorphic logger.
Adding the following to our log4j2 configuration doesn't work.
<Logger name="com.isomorphic.servlet.IDACall" level="WARN" />
Using SmartClient Version: v13.1p_2025-02-04/Pro Deployment (built 2025-02-04)
Thanks
After upgrading from 12.1p to 13.1p, messages like the following are getting logged.
Code:
2025-02-07-15:05:51:990 -0500 INFO [http-nio-8180-exec-4] IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36]
Adding the following to our log4j2 configuration doesn't work.
<Logger name="com.isomorphic.servlet.IDACall" level="WARN" />
Using SmartClient Version: v13.1p_2025-02-04/Pro Deployment (built 2025-02-04)
Thanks
Comment