diff --git a/controllers.py b/controllers.py index 454fbdd..7477a22 100644 --- a/controllers.py +++ b/controllers.py @@ -38,6 +38,10 @@ class ProcessController: ) return + logger.debug( + "ProcessController.start() - Running start command: `%s`", + self.start_command, + ) self.process = Popen( self.start_command, stdout=None,