modified LogbackValve to use ExecutorServiceUtil
Previously, the executor service used here was not consistent with a recent change to ContextBase (to allow more than one concurrent asynchronous task). This commit also ensures that the executor service is shut down when the valve is stopped.
parent
a66da9c5
Please register or sign in to comment