Skip to content

Commit

Permalink
fix image link
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrobots committed May 25, 2017
1 parent 98e5d9e commit 8462978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/logging-winston/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ winston.add(transport, {

To format your request logs you can provide a `httpRequest` property as part of the log metadata you provide to winston. 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](/packages/logging-winston/doc/images/request-log.png)

```js
winston.info(`${req.url} endpoint hit`, {
Expand Down

0 comments on commit 8462978

Please sign in to comment.