ahgittin commented on pull request #1143: URL: https://github.com/apache/brooklyn-server/pull/1143#issuecomment-772435055
I discovered that the output and host streams were NOT part of the stderr xml returned from winrm. So made more sense to extract the official powershell streams where possible, and have some conveniences but be clearer what they are. The PR now does the following: * stdout = winrm stdout (output/success and host streams, not XML) * winrm_xml_stderr = winrm stderr (often XML; objects and streams for error, warning, debug, verbose; not output/success or host; as the XML returned by winrm with whitespace formatting) * stderr = winrm stderr, streams text with XML stripped (streams for error, warning, debug, verbose; not output/success or host, as readable text) * winrm_error = error stream extracted from winrm_xml_stderr * winrm_warning = warning stream extracted from winrm_xml_stderr * winrm_debug = debug stream extracted from winrm_xml_stderr * winrm_verbose = verbose stream extracted from winrm_xml_stderr ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
