X-Git-Url: http://git.squeep.com/?p=squeep-logger-json-console;a=blobdiff_plain;f=README.md;h=fc837aef3e20881d2f491a24970ca97da7340264;hp=d5177524fc4bd1b87bd1dbd3ccba3f5c81a7276b;hb=HEAD;hpb=5f6029bc6c75708175ade99f6c44beb1d0e2817a diff --git a/README.md b/README.md index d517752..dfa01b6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple logger class, which mostly just structures messages, data, and some metadata as JSON and spews it, by default, to Console. -Supports basic scrubbing of well-defined sensitive fields, and an extensible set of JSON replacer functions for common objects. +Supports basic scrubbing of well-defined sensitive fields, detection of circular references, and an extensible set of JSON replacer functions for common objects. If provided with an asyncLocalStorage instance, it expects a stored object which will be spread over the resulting logged JSON.