opentracing-contrib / java-spring-cloud

Distributed tracing for Spring Boot, Cloud and other Spring projects
Apache License 2.0
390 stars 143 forks source link

Support for log4j2 #166

Open emersonborges opened 6 years ago

emersonborges commented 6 years ago

I'm using log4j2 in my SpringBoot application, excluding logback implementation and logging with tracer doesn't work. It would be nice to support logging with log4j2 .

pavolloffay commented 6 years ago

@emersonborges hi,

Is thre log4j alternative for appender?

https://github.com/opentracing-contrib/java-spring-cloud/blob/master/instrument-starters/opentracing-spring-cloud-core/src/main/java/io/opentracing/contrib/spring/cloud/log/SpanLogsAppender.java#L31

emersonborges commented 6 years ago

Hi @pavolloffay!

Yes, there is a similar approach:

I will send the PR when possible.

pavolloffay commented 6 years ago

thanks @emersonborges