Skip to content

Commit 2e82196

Browse files
committed
Sync documentation of main branch
1 parent 0d92410 commit 2e82196

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

_versions/main/guides/_attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
:logstash-image: docker.io/elastic/logstash:9.1.3
2020
:kibana-image: docker.io/elastic/kibana:9.1.3
2121
:keycloak-docker-image: quay.io/keycloak/keycloak:26.3.0
22-
:jandex-version: 3.4.0
22+
:jandex-version: 3.5.0
2323
:jandex-gradle-plugin-version: 1.0.0
24-
:kotlin-version: 2.2.10
24+
:kotlin-version: 2.2.20
2525
:grpc-version: 1.69.1
2626
:protoc-version: 3.25.5
2727
:gcf-invoker-version: 1.4.1

_versions/main/guides/rest-client.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,8 +1861,6 @@ To enable logging, add the `quarkus.rest-client.logging.scope` property to your
18611861

18621862
As HTTP messages can have large bodies, we limit the amount of body characters logged. The default limit is `100`, you can change it by specifying `quarkus.rest-client.logging.body-limit`.
18631863

1864-
NOTE: REST Client is logging the traffic with level DEBUG and does not alter logger properties. You may need to adjust your logger configuration to use this feature.
1865-
18661864
These configuration properties work globally for all clients injected by CDI.
18671865
If you want configure logging for a specific declarative client, you should do it by specifying named "client" properties, also known as `quarkus.rest-client."client".logging.*` properties.
18681866

0 commit comments

Comments
 (0)