We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Suppose the following pattern:
<pattern> { "trace": "%mdc{traceId}" } </pattern>
Is there a way to omit the trace property when there is no such traceId MDC key? Something like what #nullNA{...} does for Access events...
trace
traceId
#nullNA{...}