From 50f17c2401d11372cfc76aa9ac74e83b4b05af2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:01:19 +0100 Subject: [PATCH] chore(deps): Bump org.zalando:logbook-spring-boot-webflux-autoconfigure from 3.5.0 to 3.6.0 (#1030) * chore(deps): Bump org.zalando:logbook-spring-boot-webflux-autoconfigure Bumps [org.zalando:logbook-spring-boot-webflux-autoconfigure](https://github.com/zalando/logbook) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/zalando/logbook/releases) - [Changelog](https://github.com/zalando/logbook/blob/main/CHANGELOG.md) - [Commits](https://github.com/zalando/logbook/compare/3.5.0...3.6.0) --- updated-dependencies: - dependency-name: org.zalando:logbook-spring-boot-webflux-autoconfigure dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: update deprecated configuration --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benoit Orihuela --- api-gateway/build.gradle.kts | 2 +- api-gateway/src/main/resources/application.yml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/api-gateway/build.gradle.kts b/api-gateway/build.gradle.kts index 5d15b24df..9b2c1fc77 100644 --- a/api-gateway/build.gradle.kts +++ b/api-gateway/build.gradle.kts @@ -7,7 +7,7 @@ plugins { dependencies { implementation("org.springframework.cloud:spring-cloud-starter-gateway") - implementation("org.zalando:logbook-spring-boot-webflux-autoconfigure:3.5.0") + implementation("org.zalando:logbook-spring-boot-webflux-autoconfigure:3.6.0") detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1") } diff --git a/api-gateway/src/main/resources/application.yml b/api-gateway/src/main/resources/application.yml index 3e7b907cf..080d75ae6 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