From 64bd2d35179818a7384db78c9a994a5afd69dffb Mon Sep 17 00:00:00 2001 From: Marcel Ludwig Date: Wed, 1 Dec 2021 17:31:31 +0100 Subject: [PATCH] Update docs --- docs/LOGS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/LOGS.md b/docs/LOGS.md index dc57122bf..5ae639476 100644 --- a/docs/LOGS.md +++ b/docs/LOGS.md @@ -155,9 +155,9 @@ These fields are defined in the configuration as `custom_log_fields` attribute i - [SAML Block](./REFERENCE.md#saml-block) - [Error Handler Block](./ERRORS.md#access-control-error_handler) -The `custom_log_fields` defined in a [Backend Block](./REFERENCE.md#backend-block) logs -into the `couper_backend` log. The `custom_log_fields` defined in other blocks log into -the `couper_access` log. +All `custom_log_fields` definitions will take place within the `couper_access` log with the `custom` field as parent. +Except the `custom_log_fields` defined in a [Backend Block](./REFERENCE.md#backend-block) which will take place +in the `couper_backend` log. **Example:**