Hornet 1.16.27
Last updated
Last updated
Release Date: Wednesday, July 24, 2024
No issues have compatibility implications
nv.trace.useslf4j ignored by Hornet service tracer (nv.toa)
This release fixes an issue in which the nv.trace.useslf4j configuration setting is ignored by Hornet service tracer (nv.toa). This causes the trace output by this tracer to use X trace format and output to stdout instead as configured by the appropriate SLF4J config
Excessive trace by nv.toa tracer
Prior to this release, the Hornet tracer, i.e, the nv.toa logger, outputs the AEP engine configuration if the trace level if at or higher than CONFIG. The AEP engine itself also outputs its configuration when its trace level is set at or above CONFIG. Since the change to make CONFIG the default trace level, both the nv.toa and nv.aep loggers output the engine configuration. This can result in a significant amount of trace when a very large number of message types are employed by an application. To reduce this, this ticket changes the nv.toa logger to output the engine configuration if the trace level if set to VERBOSE or higher.