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
Original file line number
Diff line number
Diff line change
@@ -859,6 +859,7 @@ Logging can be enabled by setting the `logger` option to `true` when creating th
859
859
| detail |`boolean`| Enables/disables adding `REQUEST` and `RESPONSE` data to all log entries. |`false`|
860
860
| level |`string`| Minimum logging level to send logs for. See [Logging Levels](#logging-levels). |`info`|
861
861
| levels |`object`| Key/value pairs of custom log levels and their priority. See [Custom Logging Levels](#custom-logging-levels). ||
862
+
| log |`function`| Custom function for overriding standard `console.log`. |`console.log`|
862
863
| messageKey |`string`| Sets the JSON property name of the log "message". |`msg`|
863
864
| 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`|
864
865
| nested |`boolean`| Enables/disables nesting of JSON logs for serializer data. See [Serializers](#serializers). |`false`|
0 commit comments