From 917cf4bcaa7c6368417f4d7b3c1da7004543ecad Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Tue, 7 Aug 2012 21:13:59 -0700 Subject: [PATCH] tweak to '-l|--line' filtering to not have the opts.line test always pass --- bin/bunyan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bunyan b/bin/bunyan index 11045dd..d08679a 100755 --- a/bin/bunyan +++ b/bin/bunyan @@ -288,7 +288,7 @@ function parseArgv(argv) { color: process.stdout.isTTY, outputMode: OM_PAUL, jsonIndent: 2, - level: -Infinity, + level: null, conditions: null };