diff --git a/api-gateway/src/main/resources/application.yml b/api-gateway/src/main/resources/application.yml index 3e7b907cfc..080d75ae69 100644 --- a/api-gateway/src/main/resources/application.yml +++ b/api-gateway/src/main/resources/application.yml @@ -44,13 +44,12 @@ management: enabled: true logbook: - include: - - /ngsi-ld/v1/** - exclude: - - /actuator/** format.style: http strategy: body-only-if-status-at-least minimum-status: 200 + predicate: + include: + - path: /ngsi-ld/v1/** # Default values for sending log data to a Gelf compatible endpoint # Log data is sent only if the 'gelflogs' Spring profile is active