feat(transport): Add tracing support to server (#175)

* feat(transport): Add tracing to server

* Add tracing example

* Fix duplicate versions of tracing-subscriber
This commit is contained in:
Lucio Franco
2019-12-11 19:45:11 -05:00
committed by GitHub
parent 1626c2eae0
commit f46a45401d
8 changed files with 197 additions and 10 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ console = "0.9"
structopt = "0.2"
tracing = "0.1"
tracing-subscriber = "0.1.3"
tracing-subscriber = "0.2.0-alpha"
tracing-log = "0.1.0"
[build-dependencies]