From 9789c6fe7dfdd0a3f3f25c740f6802f967f8ec35 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 28 Sep 2020 11:18:25 +0100 Subject: [PATCH] Logging: Explicitly mention that we add trace/TRACE at runtime. --- EDMCLogging.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EDMCLogging.py b/EDMCLogging.py index 9ebf60bd..91e293c4 100644 --- a/EDMCLogging.py +++ b/EDMCLogging.py @@ -15,6 +15,9 @@ stanza: from logging import trace, TRACE # type: ignore # noqa: F401 # isort: on +This is needed because we add the TRACE level and the trace() function +ourselves at runtime. + To utilise logging in core code, or internal plugins, include this: from EDMCLogging import get_main_logger