1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Logging: Explicitly mention that we add trace/TRACE at runtime.

This commit is contained in:
Athanasius 2020-09-28 11:18:25 +01:00
parent f5fad1c23d
commit 9789c6fe7d

View File

@ -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