From fddb2cf6d76facd6e9165f7cad24109881f40f2b Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Tue, 7 Aug 2012 20:35:16 -0700 Subject: [PATCH] TODOs --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index 41e120a3..fbfa5c1a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,4 @@ +- "all" or "off" levels? log4j? logging.py? - 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. @@ -38,6 +39,8 @@ - Think about a bunyan dashboard that supports organizing and viewing logs from multiple hosts and services. - Syslog support. +- A vim plugin (a la http://vim.cybermirror.org/runtime/autoload/zip.vim ?) to + allow browsing (read-only) a bunyan log in rendered form. - Some speed comparisons with others to get a feel for Bunyan's speed. - remove "rm -rf tmp" when this fixed: - what about promoting 'latency' field and making that easier?