andrew beechey created KYLIN-1118:
-------------------------------------
Summary: log4j2 AsyncLoggers to work in JEE Container using
ManagedExecutorService
Key: KYLIN-1118
URL: https://issues.apache.org/jira/browse/KYLIN-1118
Project: Kylin
Issue Type: Improvement
Reporter: andrew beechey
I would like to use log4j2 AsyncLoggers within a JEE Application. The issue is
that JEE "Rules" state you cannot spawn your own threads. when creating
Asynchronous Loggers log4j2 makes a call to Executors.newSingleThreadExecutor.
I would like the ability to configure log4j2 to employ ManagedExecutorService.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)