Added start command debug log
This commit is contained in:
parent
68be0b11fb
commit
8ce9d46dad
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ class ProcessController:
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
logger.debug(
|
||||||
|
"ProcessController.start() - Running start command: `%s`",
|
||||||
|
self.start_command,
|
||||||
|
)
|
||||||
self.process = Popen(
|
self.process = Popen(
|
||||||
self.start_command,
|
self.start_command,
|
||||||
stdout=None,
|
stdout=None,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue