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
- ...
- ...
- ...
Specification
While addressing poor logging during task failures in
Polykeywe found that getting that getting detailed information of a error in a string format was lacking. We looked into overriding thetoStringmethod to include better details. While working on this we concluded that theLoggeritself needs to handle structured JSON data like this better.Additional context
Tasks