On 01:52 pm, step...@thorne.id.au wrote:
>It's also perfectly fine to use python's logging module from within
>twisted, you don't have to use twisted.log, but you should be aware
>this
>will make your log files hard to correlate (between twistd.log and your
>own
>logfiles).
For posterity: within
It's also perfectly fine to use python's logging module from within
twisted, you don't have to use twisted.log, but you should be aware this
will make your log files hard to correlate (between twistd.log and your own
logfiles).
On Thu, Mar 14, 2013 at 10:05 AM, Sergey Gerasimov wrote:
> I’m imp
On Mar 14, 2013, at 3:05 AM, Sergey Gerasimov wrote:
> I’m implementing some project based on twisted.
>
> I would like to use some logging mechanism in my modules and see both twisted
> generated log records and log records from my modules
> and be able to filter log records by level and sou
I'm implementing some project based on twisted.
I would like to use some logging mechanism in my modules and see both
twisted generated log records and log records from my modules
and be able to filter log records by level and source (generated by
twisted, or subset of my modules).
What s