From 0364babb3f255b133037b9410242ebc5e066955d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Wed, 10 Jul 2024 11:29:15 +0200 Subject: [PATCH] Fix debug code sample in FAQ (#3512) --- docs/faq.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/faq.rst b/docs/faq.rst index f427db82f9..a03287c378 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -13,6 +13,7 @@ Alternatively, you can configure the file logger to write to an output file. .. code-block:: python + import logging import parsl # Emit log lines to the screen