On Mon, Mar 26, 2018 at 10:47 AM, Barry Scott
wrote:
> On Sunday, 18 March 2018 15:23:58 BST Jean-Paul Calderone wrote:
> >
> > Try this:
> >
> > from twisted.internet.defer import setDebugging
> > setDebugging(True)
> >
> > This gives you creation and callback stacks in the logs.
>
> If
On Sunday, 18 March 2018 15:23:58 BST Jean-Paul Calderone wrote:
> On Sun, Mar 18, 2018 at 11:21 AM, Jean-Paul Calderone <
>
> exar...@twistedmatrix.com> wrote:
> > On Sun, Mar 18, 2018 at 11:04 AM, Alex Railean wrote:
> >> Hello,
> >>
> >> I have inherited a misbehaving system and am trying to
On Sun, Mar 18, 2018 at 11:21 AM, Jean-Paul Calderone <
exar...@twistedmatrix.com> wrote:
> On Sun, Mar 18, 2018 at 11:04 AM, Alex Railean wrote:
>
>> Hello,
>>
>> I have inherited a misbehaving system and am trying to troubleshoot it.
>> The code
>> is not documented and I cannot produce a minim
On Sun, Mar 18, 2018 at 11:04 AM, Alex Railean wrote:
> Hello,
>
> I have inherited a misbehaving system and am trying to troubleshoot it.
> The code
> is not documented and I cannot produce a minimal working example that
> illustrates
> the problem yet, as I don't know which parts are involved a
Hello,
I have inherited a misbehaving system and am trying to troubleshoot it. The code
is not documented and I cannot produce a minimal working example that
illustrates
the problem yet, as I don't know which parts are involved and how they relate.
The version of Twisted used is 16.1.1, running