From e548dce4d84823014a1f9016cc060568d7e6f10c Mon Sep 17 00:00:00 2001 From: Athanasius <github@miggy.org> Date: Mon, 7 Jun 2021 12:31:05 +0100 Subject: [PATCH] Contributing: Reference Plugin logging documentation --- Contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributing.md b/Contributing.md index 79ccc8b8..07fd7fae 100644 --- a/Contributing.md +++ b/Contributing.md @@ -319,6 +319,8 @@ except Exception as e: # Try to be more specific from EDMarketConnector import logger ``` +Setting up [logging in plugins](./PLUGINS.md#logging) is slightly different. + We have implemented a `logging.Filter` that adds support for the following in `logging.Formatter()` strings: