David Mark Clements
David Mark Clements
also a way to swap out the io stream: ```cpp Debug d('log'); Debug d.extend('error', std::cerr); ```
`brittle -w` is already supported https://github.com/davidmarkclements/brittle#runner A VS Code integration would be awesome, I think it should probably be a different repo. If you were to create it I'd happily...
That was always going to be a brittle approach, i'll take a PR for this but short on time to fix, In the meantime, you can start the vm with...
is this just happening on Node 7?
What about npm2 or npm3? Either way i'll accept a pr
that's awesome - could you turn that into a PR and I'll accept?
Indeed I am - this is where I want to take the new transport system. An additional API on top of this plumbing that I think would be really cool...
```js const logger = require('pino')({ redact: { paths: ['key', 'path.to.key', 'stuff.thats[*].secret', 'path["with-hyphen"]'], censor (...blah) { return etc }, transport: true } }) ```
Absolutely +1 on this, one note - we'll be releasing 5 very soon, so the PR may end up being to master "Newline delimited JSON logging specification" ?
Yeah - that's perfect On Mon, 6 Aug 2018 at 07:11, Yoshua Wuyts wrote: > NDJSON-log, yeah I can see that work. Probably have to make sure it's > clear...