On Wed, Apr 4, 2012 at 4:07 AM, Tom Evans <tevans...@googlemail.com> wrote: > One pretty cool method I've used for live debugging in the past is to > 'log' to rabbitmq (Note - not celery - raw amqp), and send messages to > a logging exchange. You can use a topic key so that different > processes can be distinguished.
a similar thing can be done with ZeroMQ, with the advantage of not needing a mq daemon. but i guess Andre already uses rabbitmq, so yours would be the easiest way. -- Javier -- 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.