[jboss-jira] [JBoss JIRA] (JBLOGGING-97) Object value passed to JBossLogManagerProvider.putMdc(String, Object) should be returned from getMdc(final String)

James Perkins (Jira) issues at jboss.org
Wed Apr 3 11:13:08 EDT 2019


     [ https://issues.jboss.org/browse/JBLOGGING-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Perkins updated JBLOGGING-97:
-----------------------------------
    Priority: Major  (was: Blocker)


> Object value passed to JBossLogManagerProvider.putMdc(String, Object) should be returned from getMdc(final String)
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBLOGGING-97
>                 URL: https://issues.jboss.org/browse/JBLOGGING-97
>             Project: JBoss Logging
>          Issue Type: Bug
>          Components: slf4j-jboss-logmanager
>    Affects Versions: 3.1.3.GA
>            Reporter: Scott Marlow
>            Assignee: James Perkins
>            Priority: Major
>
> Change JBossLogManagerProvider.putMdc(final String key, final Object value) to call MDC.put(key, value) instead of MDC.put(key, String.valueOf(value))



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list