From 242e37bc882b48306b0432acc4db6a832fd123b2 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 28 Mar 2012 10:48:43 -0700 Subject: [PATCH] better desc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3debe48..2a87d75 100644 --- a/README.md +++ b/README.md @@ -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 record is one line of `JSON.stringify`'d output. Let's also specify some common