You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/18 17:06:00 UTC

[jira] [Work logged] (LOG4J2-2433) Support MDCs with Kotlin coroutines

     [ https://issues.apache.org/jira/browse/LOG4J2-2433?focusedWorklogId=639509&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-639509 ]

ASF GitHub Bot logged work on LOG4J2-2433:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Aug/21 17:05
            Start Date: 18/Aug/21 17:05
    Worklog Time Spent: 10m 
      Work Description: vladimirfx commented on pull request #8:
URL: https://github.com/apache/logging-log4j-kotlin/pull/8#issuecomment-901279407


   Sorry for commenting closed pull request. When it might be released?


-- 
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: notifications-unsubscribe@logging.apache.org

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 639509)
    Time Spent: 1h 50m  (was: 1h 40m)

> Support MDCs with Kotlin coroutines
> -----------------------------------
>
>                 Key: LOG4J2-2433
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2433
>             Project: Log4j 2
>          Issue Type: New Feature
>          Components: Kotlin API
>    Affects Versions: Kotlin 1.0.0
>            Reporter: Raman Gupta
>            Priority: Major
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Create support for log4j2 MDC when used with Kotlin coroutines. Since coroutines do not guarantee which underlying thread is executing code after a continuation, a standard ThreadLocal is not sufficient to keep the MDC context.
> Kotlin coroutines have a mechanism by which "coroutine local" data can be stored. See the reference implementation for SLF4J here:
> https://github.com/Kotlin/kotlinx.coroutines/tree/master/integration/kotlinx-coroutines-slf4j
> We should implement an optional native module to add support for log4j2 MDC using the same pattern, that does not require having SLF4J and the slf4j-log4j2 implementation on the classpath.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)