Testing a Dynamic Logic

The logger timing.dynamicLogic logs the execution time of dynamic logic. You can use the log level trace to enable the logger.

<logger name="timing.dynamicLogic" level="trace" />

The application log now stores all the dynamic logic executions.

2018-08-02 12:05:02,234 ... TRACE timing.dynamicLogic - NAFMDFLT 0.042289 ms
2018-08-02 12:05:02,280 ... TRACE timing.dynamicLogic - ORGDYNREC1 0.267327 ms
Users must enable this logger only in a test or a development environment to avoid an impact on performance.
Read the Operations Guide for more details about configuring logs.