I'm about to add some logging calls to a library I have. How can I prevent that the script that uses the library prints 'No handlers could be found for logger "comtypes.client"' when the script runs?
I would like to setup the logging so that there is no logging when nothing is configured, and no warning messages are printed. Thomas -- http://mail.python.org/mailman/listinfo/python-list