Package io.quarkus.restclient.config
Interface RestClientsConfig.RestClientLoggingConfig
- Enclosing interface:
- RestClientsConfig
public static interface RestClientsConfig.RestClientLoggingConfig
-
Method Summary
-
Method Details
-
scope
Scope of logging for the client.
WARNING: beware of logging sensitive data
The possible values are:request-response- enables logging request and responses, including redirect responsesall- enables logging requests and responses and lower-level loggingnone- no additional logging
-
bodyLimit
How many characters of the body should be logged. Message body can be large and can easily pollute the logs.By default, set to 100.
This property is applicable to reactive REST clients only.
-