MatrixAI / js-logger

TypeScript/JavaScript Logger Library
https://polykey.com
Apache License 2.0
1 stars 0 forks source link

Handle structured JSON while logging #39

Open tegefaulkes opened 2 hours ago

tegefaulkes commented 2 hours ago

Specification

While addressing poor logging during task failures in Polykey we found that getting that getting detailed information of a error in a string format was lacking. We looked into overriding the toString method to include better details. While working on this we concluded that the Logger itself needs to handle structured JSON data like this better.

Additional context

Tasks

  1. ...
  2. ...
  3. ...
linear[bot] commented 2 hours ago

ENG-436 Handle structured JSON while logging