Don't set log levels for pycomedi.LOG handlers.
authorW. Trevor King <wking@drexel.edu>
Mon, 19 Mar 2012 16:17:40 +0000 (12:17 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 19 Mar 2012 16:17:46 +0000 (12:17 -0400)
commitae4c54103dfb2f4e79340077ac8708e6e473505a
tree1c68c475366d8d26cfc1cff2ca34f97092cb88a4
parent8b1b5632e4a4cc909cb0c0fb062082d10a536f9a
Don't set log levels for pycomedi.LOG handlers.

That's too much granularity for the default situation, where there is
only one handler and we can use the logger's level to control
verbosity.
pycomedi/__init__.py