From d3bdcb54dad965388dd0b65ed073c06e09c960e7 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 13 Aug 2012 20:11:20 -0700 Subject: [PATCH] TODO notes --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index bec3056..33c7c73 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,6 @@ - "all" or "off" levels? log4j? logging.py? + logging.py has NOTSET === 0. I think that is only needed/used for + multi-level hierarchical effective level. - 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.