Makes it possible to supply an https zipkin endpoint

This commit is contained in:
Adrian Cole
2016-01-14 22:31:06 +08:00
parent 2965d5053a
commit a3af9de4dd
4 changed files with 5 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ public class IntegrationTestZipkinSpanReporter implements ZipkinSpanReporter {
@Override
public void report(Span span) {
log.info(span);
log.debug(span);
hashedSpans.add(span);
}