+1 on the logging proposal.  The stock python logging module is
definitely a bit of a finicky and confusing creature, especially for
people coming to Python for the first time with Django.

-0 On the signals based approach.  I would be wary of the potential
performance overhead of replacing logging with signals and/or
implement logging in certain high traffic areas with signals.  It
would definitely be interesting to see some proof of concept
performance tests (i.e. what Simon did with the handlerless logging)
before going too far down that path.

-Sean O'Connor

On Sep 17, 1:40 pm, Eric Florenzano <flo...@gmail.com> wrote:
> On Sep 17, 1:25 am, Simon Willison <si...@simonwillison.net> wrote:
>
> > 1. We'll be able to de-emphasise the current default "e-mail all
> > errors to someone" behaviour, which doesn't scale at all well.
>
> I'm a big fan of this proposal, for exactly this reason.
>
> +1
>
> Thanks,
> Eric Florenzano
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to