I'd like to add a correlation ID to my logs, so that I can follow calls across different servers. However I am using Vert.x and can not use MDC or ThreadLocal. Any Ideas?
Asked
Active
Viewed 1,233 times
7
-
Some discussion here: https://groups.google.com/forum/#!topic/vertx/9rHzX3vVg8Y – Jonas Berlin Apr 12 '17 at 18:20
-
1duplicate question please see the following https://stackoverflow.com/questions/45045621/how-to-correlate-log-events-in-distributed-vertx-system – Kishore Tulsiani Aug 08 '17 at 00:05