Skip to content

Commit

Permalink
chore(deps): Bump org.zalando:logbook-spring-boot-webflux-autoconfigu…
Browse files Browse the repository at this point in the history
…re 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](zalando/logbook@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] <[email protected]>

* chore: update deprecated configuration

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Benoit Orihuela <[email protected]>
  • Loading branch information
dependabot[bot] and bobeal authored Nov 1, 2023
1 parent db880e6 commit 50f17c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api-gateway/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
7 changes: 3 additions & 4 deletions api-gateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50f17c2

Please sign in to comment.