You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include org.springframework.boot:spring-boot-starter-log4j2, org.springframework.cloud:spring-cloud-starter-sleuth and io.zipkin.brave:brave-context-log4j2
define bean of type ScopeDecorator with ThreadContextScopeDecorator.get()
Cause
The value for logging.pattern.level in TraceEnvironmentPostProcessor uses e.g. %X{traceId:-} but the syntax for an empty default value isn't supported by log4j2. See Pattern Layout