[logback-dev] [JIRA] Updates for LOGBACK-1756: Change LoggerContext to use MDCAdapter instead of LogbackMDCAdapter

logback developers list logback-dev at qos.ch
Fri Jul 7 16:54:00 CEST 2023


logback / LOGBACK-1756 [Open]
Change LoggerContext to use MDCAdapter instead of LogbackMDCAdapter 

==============================

Here's what changed in this issue in the last few minutes.

This issue has been created
This issue is now assigned to you.


View or comment on issue using this link
https://jira.qos.ch/browse/LOGBACK-1756

==============================
 Issue created
------------------------------

Jim Talbut created this issue on 07/Jul/23 16:42

Summary:              Change LoggerContext to use MDCAdapter instead of LogbackMDCAdapter 
Issue Type:           Improvement
Affects Versions:     1.4.8
Assignee:             Logback dev list
Components:           logback-core
Created:              07/Jul/23 16:42
Environment:
  Currently LoggerContext uses LogbackMDCAdapter.
  
  There doesn't seem to be much need for it to do that rather than just using the MDCAdapter interface.
  
  Using LogbackMDCAdapter ties it to the implementation and makes it difficult to replace, whereas using the interface would make it easy to replace.
  
  As a Vertx user the thread-local storage of MDCAdapter isn't a useful implementation for me, so I'd like to be able to  replace it.
Priority:             Minor
Reporter:             Jim Talbut


==============================
 This message was sent by Atlassian Jira (v9.6.0#960000-sha1:a3ee8af)



More information about the logback-dev mailing list