Re: [Twisted-Python] logging question

2011-11-15 Thread Christopher Armstrong
On Tue, Nov 15, 2011 at 11:36 AM, Jeffrey Ollie wrote: > I'm using twisted.python.log to do some logging in an application. > It's formatting the output like " [-] ". I've seen > in some of my other applications that the contents of "[-]" can change > depending on how the code is reached. Is th

[Twisted-Python] logging question

2011-11-15 Thread Jeffrey Ollie
I'm using twisted.python.log to do some logging in an application. It's formatting the output like " [-] ". I've seen in some of my other applications that the contents of "[-]" can change depending on how the code is reached. Is there a way that I can customize this in my application? I'd like