
On Jan 23, 2011, at 9:29 PM, Jason J. W. Williams wrote:
On Sun, Jan 23, 2011 at 7:27 PM, Glyph Lefkowitz <glyph@twistedmatrix.com> wrote:
On Jan 23, 2011, at 9:21 PM, Jason J. W. Williams wrote:
Would it be that bad to just use a noisy check to toggle these on and off until a better logging system is available?
No, that sounds like a fine solution for the interim.
OK so the only other question is, should noisy default to True or False? If we all can agree on that, I'll make the patch match and add tests.
-J
Personally I'd say 'false'. This is technically a change in behavior, but I don't think that we should make guarantees about emitted log messages. Practically speaking, I've never seen any code which would care about an unstructured log message. Anyone else object to changing it?