add debug
This commit is contained in:
parent
94dbb75424
commit
8b0cdafca8
1 changed files with 2 additions and 1 deletions
|
@ -54,9 +54,10 @@ class SmtpdWatcher:
|
||||||
capture_output=True,
|
capture_output=True,
|
||||||
)
|
)
|
||||||
self._log.debug(
|
self._log.debug(
|
||||||
|
"Stdout: %s. Return code: %s. Stderr: %s",
|
||||||
result.stdout,
|
result.stdout,
|
||||||
result.returncode,
|
result.returncode,
|
||||||
result.stderr
|
result.stderr,
|
||||||
)
|
)
|
||||||
ips['postfix'] = result.stdout.split(' ')
|
ips['postfix'] = result.stdout.split(' ')
|
||||||
self._log.debug(
|
self._log.debug(
|
||||||
|
|
Loading…
Reference in a new issue