|
|
@ -125,7 +125,7 @@ public class TomcatWebThreadPoolHandler extends AbstractWebThreadPoolService {
|
|
|
|
log.info(
|
|
|
|
log.info(
|
|
|
|
"[TOMCAT] Changed web thread pool. " +
|
|
|
|
"[TOMCAT] Changed web thread pool. " +
|
|
|
|
"\n coreSize :: [{}]" +
|
|
|
|
"\n coreSize :: [{}]" +
|
|
|
|
"\n maxSize :: [{}]" +
|
|
|
|
"\n maximumSize :: [{}]" +
|
|
|
|
"\n keepAliveTime :: [{}]",
|
|
|
|
"\n keepAliveTime :: [{}]",
|
|
|
|
String.format(CHANGE_DELIMITER, originalCoreSize, threadPoolParameterInfo.getCoreSize()),
|
|
|
|
String.format(CHANGE_DELIMITER, originalCoreSize, threadPoolParameterInfo.getCoreSize()),
|
|
|
|
String.format(CHANGE_DELIMITER, originalMaximumPoolSize, threadPoolParameterInfo.getMaxSize()),
|
|
|
|
String.format(CHANGE_DELIMITER, originalMaximumPoolSize, threadPoolParameterInfo.getMaxSize()),
|
|
|
|