Re: [pyusb-users] Logging propagation PyUSB

2012-01-11 Thread Trevor Bentley
>> I am just curious to know if there is a reason that PyUSB does not set >> the Logger.propagate field to False for its loggers, or provide that as >> an option? It seems like that would be a more expected default, since >> PyUSB logs errors for expected cases (certain driver backends not being >

Re: [pyusb-users] Logging propagation PyUSB

2012-01-11 Thread Wander Lairson Costa
2012/1/11 Trevor Bentley : > Hello, > > First of all, thank you for making PyUSB, it works quite well for our > cross-platform application! > You're welcome. > We recently started implementing logging in our application that depends > on PyUSB, and ran into the error propagation problem discussed