Added start command debug log

This commit is contained in:
Padawan-GM 2025-12-17 17:58:18 +01:00
parent 68be0b11fb
commit 8ce9d46dad

View file

@ -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,