On Fri, May 22, 2015 at 04:08:21PM -0500, Adam Roach wrote:
> On 5/22/15 15:51, Eric Rahm wrote:
> >I agree, we shouldn't make it harder to turn on logging. The easy
> >solution is just to add a separate logger for verbose messages (if we
> >choose not to add Verbose/Trace).
> 
> I don't know why we wouldn't just add a more verbose log level
> (Verbose, Trace... I don't care what we call it). The presence of
> "DEBUG + 1" in our code is evidence of a clear, actual need.

The presence of "DEBUG + 1" is evidence of the need for one more level
above WARN. Because currently the choice is between WARN and DEBUG.
Eric's proposal adds one: INFO.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to