]
Brian Stansberry reassigned WFLY-11661:
---------------------------------------
Component/s: Logging
Assignee: James Perkins (was: Brian Stansberry)
async-handler not working / logging.properties incompletely updated
-------------------------------------------------------------------
Key: WFLY-11661
URL:
https://issues.jboss.org/browse/WFLY-11661
Project: WildFly
Issue Type: Bug
Components: Logging
Affects Versions: 10.1.0.Final, 11.0.0.Final
Reporter: Marco Schulze
Assignee: James Perkins
Priority: Major
The {{logging.properties}} file which is generated from the {{standalone.xml}} is not
correctly updated. When switching to asynchronous logging by renaming the
{{"FILE"}} handler to {{"FILE.sync"}} and then introducing an
{{async-handler}} named {{"FILE"}} referencing {{"FILE.sync"}} in its
{{subhandlers}}, the {{logging.properties}} then lacks the following line:
{quote}handler.FILE.handlers=FILE.sync{quote}
I tested this with WildFly 10 and 11, but this bug might affect more (and newer)
versions.