Show twice messages if include two swagger clients. Because handler will be added logger by swagger client. ``` python logger.debug("hello") ``` output: ``` 2015-09-20 15:41:39,682 DEBUG hello 2015-09-20 15:41:39,682 DEBUG hello ```