diff --git a/telegram/dispatcher.py b/telegram/dispatcher.py index 1cd03050f..0a6ad16ce 100644 --- a/telegram/dispatcher.py +++ b/telegram/dispatcher.py @@ -183,7 +183,7 @@ class Dispatcher: # All other errors should not stop the thread, so just print them except: - print_exc() + self.logger.exception() self.logger.info('Dispatcher thread stopped')