From 1d511793f030610fd13bec6fc7f4b076783cb62c Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 3 Apr 2017 17:24:56 -0700 Subject: [PATCH] some TODO thoughts for a 2.x --- TODO.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/TODO.md b/TODO.md index 000434e..814f6ed 100644 --- a/TODO.md +++ b/TODO.md @@ -2,10 +2,35 @@ - `bunyan` (without redir) ^C should stop, doesn't since recent change - man page for the bunyan CLI (refer to it in the readme) + - perhaps wait for a bunyan new version with deps, and use dashdash + with a (vapour) man page generator + +# v2 + +- ^C fix +- node-exeunt +- `createLogger(, )` changes (#460) + - see section below +- the dtrace-provider thing (#487) + TODO: answer Cody email +- use package.json version for VERSION +- use deps + - dashdash + - assert-plus? + - verror? +- break out to multiple files + - want to work through PRs before that, so don't just break them all +- TODO: a quick pass through tickets and pulls for other things to include +- get ticket refs for the above, if any +- formatters: read up again on `glp master..1.x` +- support for customer formatters + - for the CLI as well? How? ~/.bunyanrc? # changes to ctor and log.child to separate fields from config + + Current: createLogger() @@ -39,6 +64,7 @@ TODO: - list of issues/pulls that wanted to add new config fields + # docs - document log.addStream() and log.addSerializers()