Skip to content

Commit

Permalink
fix(log): out of date output in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
syhol committed Dec 15, 2023
1 parent 00dbc92 commit d5fcfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* // {"level":"INFO","datetime":1702501580505,"message":"This is the message","args":{"thisWillBe":"JSON.stringify'd"}}
*
* log.info({ thisWontBe: "JSON.stringify'd"}, "This is an argument");
* // {"level":"INFO","datetime":1702484111115,"message":"thisWontBe","args":{"product":"nail"}}
* // {"level":"INFO","datetime":1702501580505,"message":"{\"thisWontBe\":\"JSON.stringify'd\"}","args":"This is an argument"}
* ```
*
* ## Inline Logging
Expand Down

0 comments on commit d5fcfad

Please sign in to comment.