You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -812,6 +812,7 @@ Logging can be enabled by setting the `logger` option to `true` when creating th
812
812
| level |`string`| Minimum logging level to send logs for. See [Logging Levels](#logging-levels). |`info`|
813
813
| levels |`object`| Key/value pairs of custom log levels and their priority. See [Custom Logging Levels](#custom-logging-levels). ||
814
814
| messageKey |`string`| Sets the JSON property name of the log "message". |`msg`|
815
+
| multiValue |`boolean`| Enables multi-value support for querystrings. If enabled, the `qs` parameter will return all values as `array`s and will include multiple values if they exist. |`false`|
815
816
| nested |`boolean`| Enables/disables nesting of JSON logs for serializer data. See [Serializers](#serializers). |`false`|
816
817
| timestamp |`boolean` or `function`| By default, timestamps will return the epoch time in milliseconds. A value of `false` disables log timestamps. A function that returns a value can be used to override the default format. |`true`|
817
818
| sampling |`object`| Enables log sampling for periodic request tracing. See [Sampling](#sampling). ||
0 commit comments