Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit f31e3ed

Browse files
fix: Add installation step for @google-cloud/logging-min NPM package in README (#1239)
* fix: Add installation step for @google-cloud/logging-min NPM package in README The NPM page for `@google-cloud/logging-min` is the same as `@google-cloud/logging`. This can cause some confusion on what the difference are and how to install the correct package: `npm install @google-cloud/logging` vs `npm install @google-cloud/logging-min`. Fixes #[1126](#1126). * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update .readme-partials.yml Add @google-cloud/logging-min installation instructions * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7434d64 commit f31e3ed

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

.readme-partials.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ introduction: |-
44
55
If you require lightweight dependencies, an experimental, minified version of
66
this library is available at [@google-cloud/logging-min](https://www.npmjs.com/package/@google-cloud/logging-min).
7-
Note: `logging-min` is experimental, and its feature surface is subject to
8-
change.
7+
Note: `logging-min` is experimental, and its feature surface is subject to change.
8+
To install `@google-cloud/logging-min` library run the following command:
9+
10+
```bash
11+
npm install @google-cloud/logging-min
12+
```
913
body: |-
1014
## Batching Writes
1115
@@ -125,4 +129,4 @@ body: |-
125129
126130
const log = logging.log('my-log', options);
127131
```
128-
See the full sample in `writeLogWithCallback` function [here](https://github.com/googleapis/nodejs-logging/blob/master/samples/logs.js).
132+
See the full sample in `writeLogWithCallback` function [here](https://github.com/googleapis/nodejs-logging/blob/master/samples/logs.js).

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ monitor, and alert on log data and events from Google Cloud Platform and Amazon
1515

1616
If you require lightweight dependencies, an experimental, minified version of
1717
this library is available at [@google-cloud/logging-min](https://www.npmjs.com/package/@google-cloud/logging-min).
18-
Note: `logging-min` is experimental, and its feature surface is subject to
19-
change.
18+
Note: `logging-min` is experimental, and its feature surface is subject to change.
19+
To install `@google-cloud/logging-min` library run the following command:
20+
21+
```bash
22+
npm install @google-cloud/logging-min
23+
```
2024

2125

2226
A comprehensive list of changes in each version may be found in

samples/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ monitor, and alert on log data and events from Google Cloud Platform and Amazon
1111

1212
If you require lightweight dependencies, an experimental, minified version of
1313
this library is available at [@google-cloud/logging-min](https://www.npmjs.com/package/@google-cloud/logging-min).
14-
Note: `logging-min` is experimental, and its feature surface is subject to
15-
change.
14+
Note: `logging-min` is experimental, and its feature surface is subject to change.
15+
To install `@google-cloud/logging-min` library run the following command:
16+
17+
```bash
18+
npm install @google-cloud/logging-min
19+
```
1620

1721
## Table of Contents
1822

0 commit comments

Comments
 (0)