[Twisted-Python] Garbage in logfiles?

2013-10-16 Thread Conor Sayres
Hi All, I'm working for an astro observatory and we are upgrading our telescope control software. We are swapping to twisted under the hood, and I have run into an issue regarding logging. I have set up twisted logging to record all communication between our devices. When we simulate our sys

Re: [Twisted-Python] Garbage in logfiles?

2013-10-16 Thread Conor Sayres
On Oct 16, 2013, at 10:44 AM, Christopher Armstrong wrote: > On Wed, Oct 16, 2013 at 12:33 PM, Conor Sayres wrote: > Hi All, > > I'm working for an astro observatory and we are upgrading our telescope > control software. We are swapping to twisted under the hood, and I

Re: [Twisted-Python] Garbage in logfiles?

2013-10-16 Thread Conor Sayres
Hi Guys, Tom nailed it. It seems to be a bug in my text editor from which I was viewing the files (Sublime Text 2). The logging was correct all along. Thanks All! Conor On Oct 16, 2013, at 3:07 PM, Tom Prince wrote: > Conor Sayres writes: > >> I have set up twisted loggi