Skip to content

Commit 1d51179

Browse files
committedApr 5, 2017
some TODO thoughts for a 2.x
1 parent a75df96 commit 1d51179

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
 

‎TODO.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,35 @@
22

33
- `bunyan` (without redir) ^C should stop, doesn't since recent change
44
- man page for the bunyan CLI (refer to it in the readme)
5+
- perhaps wait for a bunyan new version with deps, and use dashdash
6+
with a (vapour) man page generator
7+
8+
# v2
9+
10+
- ^C fix
11+
- node-exeunt
12+
- `createLogger(<config-and-fields>, <fields>)` changes (#460)
13+
- see section below
14+
- the dtrace-provider thing (#487)
15+
TODO: answer Cody email
16+
- use package.json version for VERSION
17+
- use deps
18+
- dashdash
19+
- assert-plus?
20+
- verror?
21+
- break out to multiple files
22+
- want to work through PRs before that, so don't just break them all
23+
- TODO: a quick pass through tickets and pulls for other things to include
24+
- get ticket refs for the above, if any
25+
- formatters: read up again on `glp master..1.x`
26+
- support for customer formatters
27+
- for the CLI as well? How? ~/.bunyanrc?
528

629

730
# changes to ctor and log.child to separate fields from config
831

32+
<https://github.com/trentm/node-bunyan/issues/460>
33+
934
Current:
1035

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

4166

67+
4268
# docs
4369

4470
- document log.addStream() and log.addSerializers()

0 commit comments

Comments
 (0)
Please sign in to comment.