From 6c4d62f1a91dc9521de72893e898d7670aa2e06f Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 3 Aug 2015 16:07:22 -0600 Subject: [PATCH] Update readme with new content --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index b7327f9cf..28ca9d403 100644 --- a/README.adoc +++ b/README.adoc @@ -44,7 +44,7 @@ logging: WARNING: The docker images for zipkin are old and don't work very well (the UI in particular). Zipkin is in a state of flux, but it should settle down soon when there is an actual release. Best results actually come from building from source and running the jar files (the query and collector services need command line arguments, so check the zipkin README for updates). -NOTE: You can see the zipkin spans without the UI (in logs) if you just provide a `@Bean` of type `LogSpanCollector` (there's one commented out in the sample). +NOTE: You can see the zipkin spans without the UI (in logs) if you run the sample with `sleuth.sample.logging.collector.enabled=true`. == Building