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}"``