The title says it all. Is it possible to get spring-cloud-starter-sleuth working together with axon-tracing-spring-boot-starter?
current log output:
2021-06-02 15:12:36.449 INFO [,2b2fc6a322588b0e,114b332e7847e95f] 14716 --- [nio-8082-exec-5] o.a.m.interceptors.LoggingInterceptor : Dispatched messages: [FindAll]
2021-06-02 15:12:36.455 INFO [,,] 14716 --- [ueryProcessor-9] o.a.m.interceptors.LoggingInterceptor : Incoming message: [FindAll]
2021-06-02 15:12:36.542 INFO [,,] 14716 --- [ueryProcessor-9] o.a.m.interceptors.LoggingInterceptor : [FindAll] executed successfully with a [ArrayList] return value
2021-06-02 15:12:36.668 INFO [,2b2fc6a322588b0e,114b332e7847e95f] 14716 --- [nio-8082-exec-5] o.a.m.interceptors.LoggingInterceptor : Dispatched messages: [KlassificeraApplikationCommand]
2021-06-02 15:12:36.724 INFO [,,] 14716 --- [mandProcessor-0] o.a.m.interceptors.LoggingInterceptor : Incoming message: [KlassificeraApplikationCommand]
2021-06-02 15:12:36.785 INFO [,,] 14716 --- [mandProcessor-0] o.a.m.interceptors.LoggingInterceptor : [KlassificeraApplikationCommand] executed successfully with a [null] return value
2021-06-02 15:12:36.785 INFO [,,] 14716 --- [mandProcessor-0] o.a.m.interceptors.LoggingInterceptor : Dispatched messages: [ApplikationKlassificeradEvent]
2021-06-02 15:12:36.808 TRACE [,2b2fc6a322588b0e,114b332e7847e95f] 14716 --- [nio-8082-exec-5] org.zalando.logbook.Logbook : Incoming Request: null
desired log output:
2021-06-02 15:12:36.449 INFO [,2b2fc6a322588b0e,114b332e7847e95f] 14716 --- [nio-8082-exec-5] o.a.m.interceptors.LoggingInterceptor : Dispatched messages: [FindAll]
2021-06-02 15:12:36.455 INFO [,2b2fc6a322588b0e,114b332e7847e95f] 14716 --- [ueryProcessor-9] o.a.m.interceptors.LoggingInterceptor : Incoming message: [FindAll]
2021-06-02 15:12:36.542 INFO [,2b2fc6a322588b0e,114b332e7847e95f] 14716 --- [ueryProcessor-9] o.a.m.interceptors.LoggingInterceptor : [FindAll] executed successfully with a [ArrayList] return value
2021-06-02 15:12:36.668 INFO [,2b2fc6a322588b0e,114b332e7847e95f] 14716 --- [nio-8082-exec-5] o.a.m.interceptors.LoggingInterceptor : Dispatched messages: [KlassificeraApplikationCommand]
2021-06-02 15:12:36.724 INFO [,2b2fc6a322588b0e,114b332e7847e95f] 14716 --- [mandProcessor-0] o.a.m.interceptors.LoggingInterceptor : Incoming message: [KlassificeraApplikationCommand]
2021-06-02 15:12:36.785 INFO [,2b2fc6a322588b0e,114b332e7847e95f] 14716 --- [mandProcessor-0] o.a.m.interceptors.LoggingInterceptor : [KlassificeraApplikationCommand] executed successfully with a [null] return value
2021-06-02 15:12:36.785 INFO [,2b2fc6a322588b0e,114b332e7847e95f] 14716 --- [mandProcessor-0] o.a.m.interceptors.LoggingInterceptor : Dispatched messages: [ApplikationKlassificeradEvent]
2021-06-02 15:12:36.808 TRACE [,2b2fc6a322588b0e,114b332e7847e95f] 14716 --- [nio-8082-exec-5] org.zalando.logbook.Logbook : Incoming Request: null