carterkozak commented on PR #820: URL: https://github.com/apache/logging-log4j2/pull/820#issuecomment-1100299000
I think stacked value thread-context could be useful, but I don't think it's a good idea to encode the data into strings. I haven't been following along the design discussion, and I'm sorry for showing up late in the game! Is there any reason we couldn't or shouldn't support such a feature directly in the log4j-api? We already have a thread context map (equivalent to mdc) and a thread context stack (which operates on string values rather than key/value pairs), a combination of the two seems natural. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
