Azure / platform-chaos

A node sdk for building services capable of injecting chaos into PaaS offerings. ⚙️ 🌩
MIT License
18 stars 7 forks source link

auditing support in sdk #22

Closed bengreenier closed 6 years ago

bengreenier commented 6 years ago

we should add support for simple audit/log generation via our extension sdk. This way folks can call a single method to communicate that their extension has taken some operation, and the status of said operation.

bengreenier commented 6 years ago

depends on #18

Ethan-Arrowood commented 6 years ago

Proposing we use (pino)[https://github.com/pinojs/pino] for this. Good api, very fast, and outputs in JSON