Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
1.2.3
-
None
Description
We're utilizing Logback in an Java application that is fairly memory constrained. It is important for us to be able to configure/constrain the number of threads that Logback can utilize.
Specifically, we would like to be able to tune the value of CoreConstants.MAX_POOL_SIZE.
Relevant changes are inĀ https://jira.qos.ch/browse/LOGBACK-1238.