Open
Description
I like to tweak N1 in my own ways, but I have to add logging to core components to debug N1 sometimes and the logs in /tmp
are unhelpful and not human readable.
I would love a nodejs logging solution like bunyan. Bunyan is machine processable, well supported (used in Netflix production), and contains a handy tool to convert Bunyan output to human readable text.
I used it in the past, but it is a great framework and is actively developed unlike winston.