On Sep 17, 10:37 am, Mat Clayton <m...@wakari.co.uk> wrote:
> +1 for this, another random thought which doesn't do your long post justice.
> But what are everyone's thoughts about log aggregation, taking logs from X
> app servers and combining them into a single location, something like
> Facebook's Scribe. I assume this could be built in as a separate log
> handler, but it would be nice for the guys who need this functionality to be
> able to achieve it easily, probably not right for core though.

Mat, logging's design already allows you to do this aggregation - you
can have logging events collected in multiple locations. See the
Python documentation here for pointers:

http://docs.python.org/library/logging.html#sending-and-receiving-logging-events-across-a-network

Regards,

Vinay Sajip
--~--~---------~--~----~------------~-------~--~----~
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