From 4b9bb632f228b984843f18bc195869ecf5f4447f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 7 Jan 2023 15:21:40 +0100 Subject: [PATCH] [docs] update links --- docs/configuration.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 2fb71b10..8cbcea88 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -584,7 +584,8 @@ Type Default ``null`` Description - Insert a reference to the current `PathFormat `__ + Insert a reference to the current + `PathFormat `__ data structure into metadata dictionaries as the given name. For example, setting this option to ``"gdl_path"`` would make it possible @@ -4468,9 +4469,9 @@ Description In addition to the default `LogRecord attributes `__, it is also possible to access the current - `extractor `__, - `job `__, - `path `__, + `extractor `__, + `job `__, + `path `__, and `keywords` objects and their attributes, for example ``"{extractor.url}"``, ``"{path.filename}"``, ``"{keywords.title}"`` * Default: ``"[{name}][{levelname}] {message}"``