[ 
https://issues.apache.org/jira/browse/SPARK-47654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated SPARK-47654:
-----------------------------------
    Labels: pull-request-available  (was: )

> Structured logging framework: support log concatenation
> -------------------------------------------------------
>
>                 Key: SPARK-47654
>                 URL: https://issues.apache.org/jira/browse/SPARK-47654
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Project Infra
>    Affects Versions: 4.0.0
>            Reporter: Gengliang Wang
>            Assignee: Gengliang Wang
>            Priority: Major
>              Labels: pull-request-available
>
> Allow log syntax like
> {code:java}
> log"${MDC(CONFIG, SHUFFLE_MAPOUTPUT_MIN_SIZE_FOR_BROADCAST.key)} " +
>   log"(${MDC(MIN_SIZE, minSizeForBroadcast.toString)} bytes) " +
>   log"must be <= spark.rpc.message.maxSize (${MDC(MAX_SIZE, 
> maxRpcMessageSize.toString)} " +
>   log"bytes) to prevent sending an rpc message that is too large." {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to