[
https://issues.jboss.org/browse/WFLY-11661?page=com.atlassian.jira.plugin...
]
Marco Schulze updated WFLY-11661:
---------------------------------
Description:
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.
was:
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.
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
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.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)