Add dedicated tracing/logging example (#155)

Useful to link to since several have asked.
This commit is contained in:
David Pedersen
2021-08-07 22:11:55 +02:00
committed by GitHub
parent 85bb0158be
commit 2389761ce7
2 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
- [`chat`](../examples/chat.rs) - Chat application example.
- [`404`](../examples/404.rs) - Custom 404 page.
- [`async-graphql`](../examples/async-graphql) - GraphQL example using [`async-graphql`](https://crates.io/crates/async-graphql).
- [`tracing_aka_logging`](../examples/tracing_aka_logging) - How to setup and configure tracing/logging.
# Community showcase