Logging updates
To make it easier to follow a authentication from start to end a unique identifier is added to the request that will follow the user as long as the session lives.
How to use
This is enabled by default and will bee added to log entries in the system and event log when applicable.
If upgrading from a earlier installation the log4j2.xml needs to be updated:
Add %X{trace_id} to your log pattern configuration.
Example:
<PatternLayout pattern="%d [%c{1}] %X{trace_id} %p: %m%n"/>