]
Marco Schulze updated WFLY-11661:
---------------------------------
Summary: async-handler not working / logging.properties incompletely updated (was:
async-handler not working / logging.properties incompletely updated in at least WildFly 10
and 11)
async-handler not working / logging.properties incompletely updated
-------------------------------------------------------------------
Key: WFLY-11661
URL:
https://issues.jboss.org/browse/WFLY-11661
Project: WildFly
Issue Type: Bug
Affects Versions: 10.1.0.Final, 11.0.0.Final
Reporter: Marco Schulze
Assignee: Brian Stansberry
Priority: Major
The {{logging.properties}} file which is generated from the standalone.xml is not always
reliably 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 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.