Skip to content

Commit

Permalink
some TODO thoughts for a 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Apr 5, 2017
1 parent a75df96 commit 1d51179
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions TODO.md
Expand Up @@ -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(<config-and-fields>, <fields>)` 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

<https://github.com/trentm/node-bunyan/issues/460>

Current:

createLogger(<config-and-fields>)
Expand Down Expand Up @@ -39,6 +64,7 @@ TODO:
- list of issues/pulls that wanted to add new config fields



# docs

- document log.addStream() and log.addSerializers()
Expand Down

0 comments on commit 1d51179

Please sign in to comment.