TODO thought

master
Trent Mick 2012-06-21 19:58:19 -07:00
parent 66afe81ee9
commit c5b0335c74
1 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,6 @@
- move custom keys out to 'x' ? What about req, res? Compat issues there?
Bunyan CLI would have to deal with both for a while. Just a change in
record.v from 0 to 1.
- [Yunong] buffered writes to increase speed:
- I'd start with a tools/timeoutput.js for some numbers to compare
before/after. Sustained high output to a file.
@ -29,10 +32,8 @@
- want `bunyan -f foo.log` a la `tail -f`
# someday/maybe
- More `bunyan` output formats and filtering features.
- Think about a bunyan dashboard that supports organizing and viewing logs
from multiple hosts and services.