Fix logging being on by default with recent Python
authorRené Stadler <mail@renestadler.de>
Sat, 29 Nov 2008 19:06:52 +0000 (21:06 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:45 +0000 (20:51 +0200)
commitb468acd8362e6077f43d1dc32ab315d7f8344eb8
treeab0c0ffa2d62853b130916e9e6a12145864dbfdb
parent7dcd3db6613475606f5ce8e5817878114bd75348
Fix logging being on by default with recent Python

The fix for Python issue #1021 uncovered a mistake of mine.  I was under the
impression that logging.NOTSET level means "off", but in fact it means to not
modify the level, and setting that on the root logger with basicConfig leads to
turning on all levels.
debug-viewer/GstDebugViewer/Common/Main.py