From 21308ab8374ad2550431e3b7c62ce38f59b6b35c Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Wed, 22 Mar 2017 19:23:11 -0700 Subject: [PATCH 1/2] logging: link to winston & bunyan [skip ci] Point people to logging-winston and logging-bunyan in the README.md as higher level starting points. --- packages/logging/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/logging/README.md b/packages/logging/README.md index 4266eaed6e5..e813302e0ca 100644 --- a/packages/logging/README.md +++ b/packages/logging/README.md @@ -1,6 +1,10 @@ # @google-cloud/logging ([Beta][versioning]) > Google Stackdriver Logging Client Library for Node.js +This module allows you to work with the Stackdriver Logging API. If you are already using winston +or bunyan for logging, you might want to check out [`@google-cloud/logging-winston`][logging-winston] and +[`@google-cloud/logging-bunyan`][logging-bunyan] as higher level starting points. + *Looking for more Google APIs than just Logging? You might want to check out [`google-cloud`][google-cloud].* - [API Documentation][gcloud-logging-docs] @@ -113,3 +117,5 @@ var logging = require('@google-cloud/logging')({ [dev-console]: https://console.developers.google.com/project [gcloud-logging-docs]: https://googlecloudplatform.github.io/google-cloud-node/#/docs/logging [cloud-logging-docs]: https://cloud.google.com/logging/docs +[logging-winston]: https://www.npmjs.com/package/@google-cloud/logging-winston +[logging-bunyan]: https://www.npmjs.com/package/@google-cloud/logging-bunyan From 919a1474d18ad4aca43f3520d7f48e4c1aa3b4b3 Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Tue, 28 Mar 2017 20:50:47 -0700 Subject: [PATCH 2/2] add links to winston and bunyan [skip ci] --- packages/logging/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/logging/README.md b/packages/logging/README.md index e813302e0ca..41af3860035 100644 --- a/packages/logging/README.md +++ b/packages/logging/README.md @@ -1,8 +1,8 @@ # @google-cloud/logging ([Beta][versioning]) > Google Stackdriver Logging Client Library for Node.js -This module allows you to work with the Stackdriver Logging API. If you are already using winston -or bunyan for logging, you might want to check out [`@google-cloud/logging-winston`][logging-winston] and +This module allows you to work with the Stackdriver Logging API. If you are already using [`winston`][winston] +or [`Bunyan`][bunyan] for logging, you might want to check out [`@google-cloud/logging-winston`][logging-winston] and [`@google-cloud/logging-bunyan`][logging-bunyan] as higher level starting points. *Looking for more Google APIs than just Logging? You might want to check out [`google-cloud`][google-cloud].* @@ -117,5 +117,7 @@ var logging = require('@google-cloud/logging')({ [dev-console]: https://console.developers.google.com/project [gcloud-logging-docs]: https://googlecloudplatform.github.io/google-cloud-node/#/docs/logging [cloud-logging-docs]: https://cloud.google.com/logging/docs +[winston]: https://github.com/winstonjs/winston +[bunyan]: https://github.com/trentm/node-bunyan [logging-winston]: https://www.npmjs.com/package/@google-cloud/logging-winston [logging-bunyan]: https://www.npmjs.com/package/@google-cloud/logging-bunyan