Skip to content

Commit

Permalink
use debug log level
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsCW committed Jun 18, 2024
1 parent 0402172 commit aa6765e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public <TResponse> CompletableFuture<TResponse> delete(String path, Consumer<Htt
public void configure(Consumer<RestClientConfiguration> callback) {
var config = new DefaultRestClientConfiguration(
uri -> this.baseUrl = uri,
logConfig -> this.logger = new RequestLogger(logConfig, log::info)
logConfig -> this.logger = new RequestLogger(logConfig, log::debug)
);

callback.accept(config);
Expand Down

0 comments on commit aa6765e

Please sign in to comment.