Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc error-reporting integration with logs #2333

Merged
merged 2 commits into from
May 31, 2017

Conversation

ofrobots
Copy link
Contributor

Document loggin-{winston,bunyan} and error-reporting from each other's
README files.

Document loggin-{winston,bunyan} and error-reporting from each other's
README files.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 26, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 9de91cd on ofrobots:logging-error-reporting into 0ef2737 on GoogleCloudPlatform:master.

@@ -66,6 +66,10 @@ var loggingBunyan = require('@google-cloud/logging-bunyan')({
// ...you're good to go!
```

## Error Reporting

Any `Error` objects you log at severity `error` at higher can automatically be picked up by [Stackdriver Error Reporting][error-reporting] if your application is running on Google Cloud Platform. You may also want to see [@google-cloud/error-reporting][@google-cloud/error-reporting] module which provides direct access to the Error Reporting API.

This comment was marked as spam.

This comment was marked as spam.

@@ -66,6 +66,10 @@ var loggingBunyan = require('@google-cloud/logging-bunyan')({
// ...you're good to go!
```

## Error Reporting

Any `Error` objects you log at severity `error` at higher can automatically be picked up by [Stackdriver Error Reporting][error-reporting] if your application is running on Google Cloud Platform. You may also want to see [@google-cloud/error-reporting][@google-cloud/error-reporting] module which provides direct access to the Error Reporting API.

This comment was marked as spam.

This comment was marked as spam.

@@ -70,6 +70,10 @@ winston.add(transport, {
// ...you're good to go!
```

## Error Reporting

Any `Error` objects you log at severity `error` at higher can automatically be picked up by [Stackdriver Error Reporting][error-reporting] if your application is running on Google Cloud Platform. You may also want to see [@google-cloud/error-reporting][@google-cloud/error-reporting] module which provides direct access to the Error Reporting API.

This comment was marked as spam.

@@ -70,6 +70,10 @@ winston.add(transport, {
// ...you're good to go!
```

## Error Reporting

Any `Error` objects you log at severity `error` at higher can automatically be picked up by [Stackdriver Error Reporting][error-reporting] if your application is running on Google Cloud Platform. You may also want to see [@google-cloud/error-reporting][@google-cloud/error-reporting] module which provides direct access to the Error Reporting API.

This comment was marked as spam.

This comment was marked as spam.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 3ad35ae on ofrobots:logging-error-reporting into 0ef2737 on GoogleCloudPlatform:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: error-reporting api: logging-bunyan api: logging-winston cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants