From c9f92f1072bb8d81514610fbf23c602bbbc95ba9 Mon Sep 17 00:00:00 2001 From: 0xTiger Date: Thu, 2 Mar 2023 16:12:54 +0000 Subject: [PATCH] DOC minor typo --- docs/advanced/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/logging.rst b/docs/advanced/logging.rst index 7856fa8b..02fdf3fd 100644 --- a/docs/advanced/logging.rst +++ b/docs/advanced/logging.rst @@ -1,7 +1,7 @@ Logging ======= -GQL use the python `logging`_ module. +GQL uses the python `logging`_ module. In order to debug a problem, you can enable logging to see the messages exchanged between the client and the server. To do that, set the loglevel at **INFO** at the beginning of your code: