some packages like paramiko use the logging. I get this messages: "No handlers could be found for logger xxx" on stderr I don't want to deal with this logging at all so far - its useless in this case anyway. How can I make it quiet most easily and correctly? Why is un-initialized logging allowed to chatter at all? -robert