diff --git a/mitogen/core.py b/mitogen/core.py index 9c37f16d..023b68ca 100644 --- a/mitogen/core.py +++ b/mitogen/core.py @@ -1707,6 +1707,7 @@ class ExternalContext(object): enable_profiling() self.broker = Broker() self.router = Router(self.broker) + self.router.debug = self.config.get('debug', False) self.router.undirectional = self.config['unidirectional'] self.router.add_handler( fn=self._on_shutdown_msg,