-
Bug
-
Resolution: Done
-
Major
-
3.0.10.Final
-
None
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:
handler.FILE.handlers=FILE.sync
I tested this with WildFly 10 and 11, but this bug might affect more (and newer) versions.