File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
- ` bunyan ` (without redir) ^C should stop, doesn't since recent change
4
4
- 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?
5
28
6
29
7
30
# changes to ctor and log.child to separate fields from config
8
31
32
+ < https://github.com/trentm/node-bunyan/issues/460 >
33
+
9
34
Current:
10
35
11
36
createLogger(<config-and-fields>)
39
64
- list of issues/pulls that wanted to add new config fields
40
65
41
66
67
+
42
68
# docs
43
69
44
70
- document log.addStream() and log.addSerializers()
You can’t perform that action at this time.
0 commit comments