Skip to content

Commit 1c5ad99

Browse files
authored
Merge pull request #50029 from geoand/rest-client-logging-doc
Remove outdated note about REST Client logging
2 parents 08f6d0b + 4c31a70 commit 1c5ad99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/main/asciidoc/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)