Skip to content

Commit 4c31a70

Browse files
committed
Remove outdated note about REST Client logging
The change in behavior was made in #48745 Originally reported in: https://quarkusio.zulipchat.com/#narrow/channel/187030-users/topic/REST.20client.20is.20logging.20at.20INFO.20level.20instead.20of.20DEBUG/with/539006976
1 parent 7df33f5 commit 4c31a70

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)