You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/03/29 03:03:44 UTC

[GitHub] [servicecomb-java-chassis] Nick-The-Uncharted opened a new issue #2328: servicecomb即使使用vertx也会引入jakarta.servlet-api,导致log4j判断其为webApp而不加shutdownHook

Nick-The-Uncharted opened a new issue #2328:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2328


   org.apache.logging.log4j.core.impl.Log4jContextFactory#SHUTDOWN_HOOK_ENABLED
   
   规避方法:在log4j2.component.properties里配置 log4j2.is.webapp=false


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] Nick-The-Uncharted commented on issue #2328: servicecomb即使使用vertx也会引入jakarta.servlet-api,导致log4j判断其为webApp而不加shutdownHook

Posted by GitBox <gi...@apache.org>.
Nick-The-Uncharted commented on issue #2328:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2328#issuecomment-810679450


   @liubao68 那看来只能采用规避方法了


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2328: servicecomb即使使用vertx也会引入jakarta.servlet-api,导致log4j判断其为webApp而不加shutdownHook

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2328:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2328#issuecomment-809863104


   java-chassis依赖这个包,即使使用vertx运行的场景。 主要会用到它的API,做一些运行时上的统一处理。 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org