On Tue, May 10, 2011 at 11:42 PM, Shawn Milochik <sh...@milochik.com> wrote:

>
> Assuming performance won't be a major concern, I'd like to decorate all my
> views automatically. My first thought was middleware, but since it handles
> requests and responses, I don't think it's the right layer. Does anyone know
> the best place for automatically decorating all views with a specific
> decorator?
>

My response is more along the lines of performance gain - why not use
asynchronous logging? I havent used logging extensively, but is the default
logging scheme in scheme synchronous?

-V

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to