Change ignore http2 setting log level to DEBUG (#31825)

revert-31822-revert-31786-move-google-default-channel-creds-declaration
Vignesh Babu 2 years ago committed by GitHub
parent 1daa3877ed
commit 14cdae3d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/transport/chttp2/transport/frame_settings.cc

@ -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;

Loading…
Cancel
Save