Skip to content
#

logger

Here are 579 public repositories matching this topic...

alex-marczinek
alex-marczinek commented Nov 23, 2021

Describe the bug

Set the data config to false :
setGlobalConfig({ data: false, });

With version 2.5.0 there was no error thrown when logging requests where the data field contained circular data.
Since version 2.6.0 however the data field will be stringified even though data is set to false:

See 'string-builder.ts':

 makeData(data: object) {
      const str = typeo
bug good first issue

Improve this page

Add a description, image, and links to the logger topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the logger topic, visit your repo's landing page and select "manage topics."

Learn more