Skip to content

Commit

Permalink
log: modify log level
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Apr 24, 2024
1 parent 3ce9e47 commit aba2d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ private HttpClientProvider() {}
*/
public static OkHttpClient create() {
OkHttpClient.Builder builder = new OkHttpClient.Builder();
if (LOGGER.isDebugEnabled()) {
if (LOGGER.isTraceEnabled()) {
builder.addInterceptor(
new HttpLoggingInterceptor(LOGGER::debug).setLevel(HttpLoggingInterceptor.Level.BODY));
}
Expand Down

0 comments on commit aba2d3c

Please sign in to comment.