Hi
I'm currently working on understanding the twister.logger scheme with
the purpose of getting proper logging in my end-user application.
https://gist.github.com/sveinse/041c69b6bbdde83cf5b00fecae3dcd50
It took me a while to get my head around the difference in using
twisted.logger.globalLog
> On Jan 4, 2018, at 11:07 AM, Svein Seldal wrote:
>
> Hi
>
> I'm currently working on understanding the twister.logger scheme with the
> purpose of getting proper logging in my end-user application.
>
> https://gist.github.com/sveinse/041c69b6bbdde83cf5b00fecae3dcd50
>
> It took me a while