]
James Perkins updated WFCORE-5109:
----------------------------------
Priority: Blocker (was: Major)
Ensure the log manager configurator is attached to the root logger
------------------------------------------------------------------
Key: WFCORE-5109
URL:
https://issues.redhat.com/browse/WFCORE-5109
Project: WildFly Core
Issue Type: Bug
Components: Bootable JAR, Logging
Reporter: James Perkins
Assignee: James Perkins
Priority: Blocker
The entry point for the bootable JAR configures a custom log context. The logging
subsystem looks on the root logger of that context to locate the {{Configurator}} which
was used to configure the context. The configurator should be attached to the root logger
so the subsystem locate it. Without this the context will be reconfigured resulting in
possible truncation of log messages.