felix-zhang-0818 commented on PR #849:
URL: https://github.com/apache/tomcat/pull/849#issuecomment-2868827471

   From source code level.  
   if (isRequestThread(thread)) {
       log.warn(sm.getString("webappClassLoader.stackTraceRequestThread", 
getContextName(), threadName,
               getStackTrace(thread)));
   }
   
   it already provides the parameter threadName, but the log context is not 
using it.  So here, it's enough to just apply log context properties change. 


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to