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
Hi All,
I am using sleuth with otel for a spring boot application. The traceID and spanIDs are logged when there is no "appender" section in my logback.xml or when logback.xml is not in classpath. With "appender" in logback, the tracing information is gone. PFB the relevant section of my pom.xml
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi All,
I am using sleuth with otel for a spring boot application. The traceID and spanIDs are logged when there is no "appender" section in my logback.xml or when logback.xml is not in classpath. With "appender" in logback, the tracing information is gone. PFB the relevant section of my pom.xml
org.springframework.bootspring-boot-starter-parent--> 2.4.6
org.springframework.cloud spring-cloud-dependencies 2020.0.3 pom import org.springframework.cloud spring-cloud-sleuth-otel-dependencies 1.0.0-M8 import pom org.springframework.boot spring-boot-starter-webPlease let me know what I am missing here.
Beta Was this translation helpful? Give feedback.
All reactions