From 528a2171a15dc449f54afb80d38332659463228e Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Thu, 16 May 2024 18:21:38 +0200 Subject: [PATCH] Fixed snippet definition --- docs/website/docs/general-usage/http/rest-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/http/rest-client.md b/docs/website/docs/general-usage/http/rest-client.md index 481670ae4b..2c427a0a8a 100644 --- a/docs/website/docs/general-usage/http/rest-client.md +++ b/docs/website/docs/general-usage/http/rest-client.md @@ -555,7 +555,7 @@ Debugging `paginate()` is trickier because it's a generator function that yields 1. Enable [logging](../../running-in-production/running.md#set-the-log-level-and-format) to see detailed information about the HTTP requests: -```bash +```sh RUNTIME__LOG_LEVEL=INFO python my_script.py ```