From 5567641d40a946b8d5db916b685e19d248ddb1b8 Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Fri, 28 Apr 2023 13:56:38 +0200 Subject: [PATCH] add rainbow logging with rich --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa7de4..a9a8723 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Below steps were done to integrate [rich](https://github.com/Textualize/rich) in 3. Keep logger as singleton pattern to avoid multiple instances 4. add uvicorn parameter --log-config config.ini -![sample-logs-with-rich](/static/logz.jpg) +![sample-logs-with-rich](/static/logz.png) Hope you enjoy it.