Currently errors are thrown as follows: throw Error("rocksdb open failed: " + err);
Like this they end up on standard error (logs to standard out).
This is very difficult to parse and to used e.g. for alertings.
Let's introduce a log framework, e.g.
https://github.com/pinojs/pino
see also #239
Currently errors are thrown as follows:
throw Error("rocksdb open failed: " + err);Like this they end up on standard error (logs to standard out).
This is very difficult to parse and to used e.g. for alertings.
Let's introduce a log framework, e.g.
https://github.com/pinojs/pino
see also #239