mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +03:00
Logging: Explicitly mention that we add trace/TRACE at runtime.
This commit is contained in:
parent
f5fad1c23d
commit
9789c6fe7d
@ -15,6 +15,9 @@ stanza:
|
|||||||
from logging import trace, TRACE # type: ignore # noqa: F401
|
from logging import trace, TRACE # type: ignore # noqa: F401
|
||||||
# isort: on
|
# 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:
|
To utilise logging in core code, or internal plugins, include this:
|
||||||
|
|
||||||
from EDMCLogging import get_main_logger
|
from EDMCLogging import get_main_logger
|
||||||
|
Loading…
x
Reference in New Issue
Block a user