[nodejs] Tagalog -- tagged logs

2013-08-17 Thread Josh Ragem
I've had logging woes recently trying debug code with the help of different logging frameworks. I have several projects for which I am responsible, and these projects have to be tested in a production-like environment (solaris on a remote server) instead of my development environment (macbook p

Re: [nodejs] Tagalog -- tagged logs

2013-08-17 Thread Josh Ragem
I am familiar with bunyan and how you can add arbitrary fields to the JSON output. The client lets you filter based on those fields, but it still has the weakness of hiding log lines under log levels and giving you more than you want. Tagged logs allow you to ignore subjects you are not interes