Commit 31108c76 authored by Boris Kocherov's avatar Boris Kocherov

improve logging

parent cf4b897b
......@@ -58,6 +58,7 @@ class Application(object):
logger.debug("Process %s already ended with returncode %s", process_pid, returncode)
return False
logger.debug("Stop Pid - %s", process_pid)
cmdline = ""
try:
process = Process(process_pid)
cmdline = " ".join(process.cmdline())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment