[Chicago] Python traffic analysis idea

sheila miguez shekay at pobox.com
Tue Jan 28 22:13:34 CET 2014


On Tue, Jan 28, 2014 at 3:09 PM, Nick Bennett <nick at goggl.es> wrote:

> For the logging component, there's already the logging module in the
> Python standard library. For an idea of how to use it, try Victor Lin's
> guide on good logging practice in Python<http://victorlin.me/posts/2012/08/26/good-logging-practice-in-python>
> .
>

I'm wondering what he wants to log and what it will be used for. If the
intent is to analyze data to get information about average times, then he
can use logs for that, then later scrape them to get the data, but he could
handle that in other ways as well, like sending events to graphite.


-- 
sheila
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20140128/6c44b8ef/attachment.html>


More information about the Chicago mailing list