Re: [Tutor] python logger

2011-12-28 Thread Lie Ryan
On 12/29/2011 04:13 AM, rail shafigulin wrote: has anyone used python logger before? i'm trying to adapt it for my workplace. right now it is pretty simplistic for me. i'm trying to generate extra output by the LoggerAdapter. however i'm getting errors. specifically i get the following message:

Re: [Tutor] python logger

2011-12-28 Thread Peter Otten
rail shafigulin wrote: > has anyone used python logger before? i'm trying to adapt it for my > workplace. right now it is pretty simplistic for me. i'm trying to > generate > extra output by the LoggerAdapter. however i'm getting errors. > specifically i get the following message: > > Traceback

Re: [Tutor] python logger

2011-12-28 Thread Timo
Op 28-12-11 18:13, rail shafigulin schreef: has anyone used python logger before? i'm trying to adapt it for my workplace. right now it is pretty simplistic for me. i'm trying to generate extra output by the LoggerAdapter. however i'm getting errors. specifically i get the following message: