Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Change ignore http2 setting log level to DEBUG (grpc#31825)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh2208 authored Dec 7, 2022
1 parent 1daa387 commit 14cdae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ext/transport/chttp2/transport/frame_settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ grpc_error_handle grpc_chttp2_settings_parser_parse(void* p,
sp->name, parser->value);
}
} else if (GRPC_TRACE_FLAG_ENABLED(grpc_http_trace)) {
gpr_log(GPR_ERROR, "CHTTP2: Ignoring unknown setting %d (value %d)",
gpr_log(GPR_DEBUG, "CHTTP2: Ignoring unknown setting %d (value %d)",
parser->id, parser->value);
}
break;
Expand Down

0 comments on commit 14cdae3

Please sign in to comment.