This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gjb1002
Recipients gjb1002, vinay.sajip
Date 2009-06-05.18:24:58
SpamBayes Score 1.0047518e-14
Marked as misclassified No
Message-id <1244226300.74.0.939637487364.issue6136@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I hadn't seen the "delay" parameter until now. I guess this is new
in Python 2.6? Good that there is already a way to avoid lots of empty
files, though it'll be a while before I can assume Python 2.6
unfortunately... that probably renders point (a) moot.

As for (b), do you not think a large number of users will not bother
with the hierarchical aspect of the logging framework? I'd say you need
to be pretty advanced/large scale before that becomes interesting.

I don't really understand why accepting such a patch would be a problem,
as it's a simple change that wouldn't break backwards compatibility.
It's surely got to be better than exiting with a python stack, which is
what happens today.

(To give an idea of the bloat-factor, since migrating to the logging
framework a typical configuration file for my system is now roughly 3
times the size it used to be for the same functionality)
History
Date User Action Args
2009-06-05 18:25:01gjb1002setrecipients: + gjb1002, vinay.sajip
2009-06-05 18:25:00gjb1002setmessageid: <1244226300.74.0.939637487364.issue6136@psf.upfronthosting.co.za>
2009-06-05 18:24:59gjb1002linkissue6136 messages
2009-06-05 18:24:58gjb1002create