Skip to content

Commit

Permalink
Fixed header in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin Meyer authored and jvasallo committed Jun 15, 2020
1 parent fd4b4fd commit 0ea08c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The class `StackdriverJsonFormatter` has two optional arguments:
Default `true`. Detects if a long line is longer than the [Stackdriver limit](https://cloud.google.com/logging/quotas) and if so adds an additional FATAL log warning of this.
Stackdriver will break the long line into multiple lines, which will break search functionality of the json values.

### includeMessageTemplate
#### includeMessageTemplate

Default `true`. If the Serilog Message Template should be included in the logs, e.g. ` { ... "messageTemplate" : "Hello from {name:l}" ... }`

Expand Down

0 comments on commit 0ea08c5

Please sign in to comment.