On Thu, May 03, 2012 at 03:02:07PM -0400, Greg Stein wrote: > On Thu, May 3, 2012 at 3:00 PM, Stefan Sperling <s...@elego.de> wrote: > > On Thu, May 03, 2012 at 02:54:02PM -0400, Greg Stein wrote: > >> Other possibilities might be something like: > >> > >> E: error message here > >> W: warning message here > > > > I'd be fine with this because this way most lines will still be less > > than 80 coloums in length. > > C: critical > I: info > D: debug > > Seem about right?
Looks good to me. > (I'll wing it for "NOTSET" and the numeric values in > between the above, unless you have other requests) I doubt we need any more log levels than the standard logger provides. I suppose we should disallow numerical input for the --set-log-level option until we find a pressing need to have more than 5 log levels.