From f9dc8e371ec0f86810608af056e0625c137d7a95 Mon Sep 17 00:00:00 2001 From: Ecky Putrady Date: Thu, 19 Nov 2020 22:58:10 +0800 Subject: [PATCH] Adds an article on the use of tracing in actix Related [Reddit comment](https://www.reddit.com/r/rust/comments/jv6a5j/productiongrade_logging_in_rust_applications/gcib8ml?utm_source=share&utm_medium=web2x&context=3). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b30af177..f1f1ff57 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - [MeiliSearch](https://github.com/meilisearch/MeiliSearch): Fast, Relevant and Typo-Tolerant Search Engine. Open source alternative to Algolia. - [Dalted](https://github.com/carrascomj/dalted): Simple webapp that showcases the integration of [image-rs](https://github.com/image-rs/image) with Actix Web for color blindness simulations. -## Community Example Apps, Starters & Boilerplate Projects +## Community Articles, Example Apps, Starters & Boilerplate Projects - [webapp.rs](https://github.com/saschagrunert/webapp.rs) : A web application completely written in Rust. - [RealWorld Example App](https://github.com/fairingrey/actix-realworld-example-app) : Implementation of the RealWorld backend API spec in Actix. @@ -21,6 +21,7 @@ - [Rust, Docker & GraphQL](https://github.com/jayy-lmao/rust-graphql-docker): An example of using Dataloaders, context, and a minimal docker container. - [Complete Actix 2.x REST Server](https://github.com/ddimaria/rust-actix-example): Actix 2.x HTTP Server featuring multi-database support, auth/JWTs, caching, static files, app state, tests, coverage, and docker. - [Actix Server Authentication with JWT and MongoDB](https://github.com/emreyalvac/actix-web-jwt/) : An implementation of JWT in Actix. +- [Production-Grade Logging in Rust Applications](https://medium.com/better-programming/production-grade-logging-in-rust-applications-2c7fffd108a6) : An article showcasing the use of [tracing](https://github.com/tokio-rs/tracing) in an Actix application ## Contribute