Skip to content

Commit c9e772c

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
fix: should read logging Bunyan not Winston (#330)
1 parent a5bb827 commit c9e772c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

handwritten/logging-bunyan/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logging-bunyan",
3-
"name_pretty": "Stackdriver Logging for Winston",
3+
"name_pretty": "Stackdriver Logging for Bunyan",
44
"product_documentation": "https://cloud.google.com/logging",
55
"client_documentation": "https://googleapis.dev/nodejs/logging-bunyan/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559764",

handwritten/logging-bunyan/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ compatible with [Bunyan](https://www.npmjs.com/package/bunyan). Simply attach th
1616
Stackdriver Logging stream for Bunyan
1717

1818

19-
* [Stackdriver Logging for Winston Node.js Client API Reference][client-docs]
20-
* [Stackdriver Logging for Winston Documentation][product-docs]
19+
* [Stackdriver Logging for Bunyan Node.js Client API Reference][client-docs]
20+
* [Stackdriver Logging for Bunyan Documentation][product-docs]
2121
* [github.com/googleapis/nodejs-logging-bunyan](https://github.com/googleapis/nodejs-logging-bunyan)
2222

2323
Read more about the client libraries for Cloud APIs, including the older
@@ -42,7 +42,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
4242
### Before you begin
4343

4444
1. [Select or create a Cloud Platform project][projects].
45-
1. [Enable the Stackdriver Logging for Winston API][enable_api].
45+
1. [Enable the Stackdriver Logging for Bunyan API][enable_api].
4646
1. [Set up authentication with a service account][auth] so you can access the
4747
API from your local workstation.
4848

@@ -229,7 +229,7 @@ has instructions for running the samples.
229229

230230

231231

232-
The [Stackdriver Logging for Winston Node.js Client API Reference][client-docs] documentation
232+
The [Stackdriver Logging for Bunyan Node.js Client API Reference][client-docs] documentation
233233
also contains samples.
234234

235235
## Versioning

handwritten/logging-bunyan/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"updateTime": "2019-06-02T12:46:29.398845Z",
2+
"updateTime": "2019-06-12T22:47:57.922935Z",
33
"sources": [
44
{
55
"template": {
66
"name": "node_library",
77
"origin": "synthtool.gcp",
8-
"version": "2019.4.10"
8+
"version": "2019.5.2"
99
}
1010
}
1111
]

0 commit comments

Comments
 (0)