-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Using ASYNC for CONSOLE handler seems to be pretty overkill. I spoke with jperkins-rhn about it and he is also not sure why this would be needed.
<async-handler name="ASYNC"> <queue-length value="512"/> <overflow-action value="block"/> <subhandlers> <handler name="CONSOLE"/> </subhandlers> </async-handler> ... <root-logger> <level name="INFO"/> <handlers> <handler name="ASYNC"/> </handlers> </root-logger>
With current speed of disks ASYNC is not used in EAP 7 for FILE handler. ASYNC was used in EAP 5 in productin profile, EAP 6 and 7 are delivered without ASYNC configured.
- clones
-
CLOUD-1573 [EAP70] It's not needed to use ASYNC log handler
- Closed