You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "andrew beechey (JIRA)" <ji...@apache.org> on 2015/11/02 13:51:27 UTC

[jira] [Created] (KYLIN-1118) log4j2 AsyncLoggers to work in JEE Container using ManagedExecutorService

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)