better desc

This commit is contained in:
Trent Mick 2012-03-28 10:48:43 -07:00
parent 8b3bdef4a9
commit 242e37bc88

View file

@ -1,4 +1,5 @@
Bunyan -- a JSON Logger for node.js servers. Bunyan is a simple and fast a JSON Logger for node.js services (and a `bunyan`
CLI tool for nicely viewing those logs).
Server logs should be structured. JSON's a good format. Let's do that: a log Server logs should be structured. JSON's a good format. Let's do that: a log
record is one line of `JSON.stringify`'d output. Let's also specify some common record is one line of `JSON.stringify`'d output. Let's also specify some common