From 614f0b1fa1667786e6edde5e5afc47f52d136276 Mon Sep 17 00:00:00 2001 From: cindy-peng Date: Wed, 13 Dec 2023 11:03:50 -0800 Subject: [PATCH] docs: update wording --- .readme-partials.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readme-partials.yml b/.readme-partials.yml index 6586b5f9..17808804 100644 --- a/.readme-partials.yml +++ b/.readme-partials.yml @@ -74,7 +74,7 @@ body: |- Metadata about Http request is a part of the [structured log info](https://cloud.google.com/logging/docs/structured-logging) that can be captured within each log entry. It can provide a context for the application logs and - is used to group multiple log entries under the load balancer request logs. See the [sample](https://github.com/googleapis/nodejs-logging/blob/master/samples/http-request.js) + is used to group multiple log entries under the load balancer request logs. See the [samples](https://github.com/googleapis/nodejs-logging/blob/master/samples/http-request.js) how to populate the Http request metadata for log entries. If you already have a "raw" Http `request` object you can assign it to `entry.metadata.httpRequest` directly. More information about diff --git a/README.md b/README.md index fa0e7d22..1c306a31 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ log.warning(entry); Metadata about Http request is a part of the [structured log info](https://cloud.google.com/logging/docs/structured-logging) that can be captured within each log entry. It can provide a context for the application logs and -is used to group multiple log entries under the load balancer request logs. See the [sample](https://github.com/googleapis/nodejs-logging/blob/master/samples/http-request.js) +is used to group multiple log entries under the load balancer request logs. See the [samples](https://github.com/googleapis/nodejs-logging/blob/master/samples/http-request.js) how to populate the Http request metadata for log entries. If you already have a "raw" Http `request` object you can assign it to `entry.metadata.httpRequest` directly. More information about