rhtyd commented on a change in pull request #2568: Log command output in
CsHelper.execute command
URL: https://github.com/apache/cloudstack/pull/2568#discussion_r181335889
##########
File path: systemvm/debian/opt/cloud/bin/cs/CsHelper.py
##########
@@ -188,6 +188,8 @@ def execute(command):
logging.info("Executing: %s" % command)
result = subprocess.check_output(command, shell=True)
returncode = 0
+
+ logging.debug("Command [%s] has the result [%s]" % (command, result))
Review comment:
@rafaelweingartner this may quickly fill up /var/log, otherwise LGTM.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services