From 6cdcbf45ec5f74b8c044bb895f6e605fdb24d2f1 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Sat, 31 May 2014 22:06:02 -0700 Subject: [PATCH] attempt to clarify error *events*, per #124 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9eb1621..fb52d54 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,9 @@ do this: // Handle stream write or create error here. }); +Note: This is **not** that same as a log record at the "error" level as +produced by `log.error(...)`. + ## stream type: `stream`