Skip to content

Commit

Permalink
logging-bunyan: docs: change image ref location
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored May 25, 2017
1 parent 1a0b73a commit 7fc6590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/logging-bunyan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var loggingBunyan = require('@google-cloud/logging-bunyan')({

To format your request logs you can provide a `httpRequest` property on the bunyan metadata you provide along with the log message. We will treat this as the [`HttpRequest`][http-request-message] message and Stackdriver logging will show this as a request log. Example:

![Request Log Example](/doc/images/request-log.png)
![Request Log Example](doc/images/request-log.png)

```js
logger.info({
Expand All @@ -91,4 +91,4 @@ The `httpRequest` proprety must be a properly formatted [`HttpRequest`][http-req
[@google-cloud/logging]: https://www.npmjs.com/package/@google-cloud/logging
[gce-how-to]: https://cloud.google.com/compute/docs/authentication#using
[http-request-message]: https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#HttpRequest
[dev-console]: https://console.developers.google.com/project
[dev-console]: https://console.developers.google.com/project

0 comments on commit 7fc6590

Please sign in to comment.