IBM-Blockchain / ansible-collection

Ansible collection for building Hyperledger Fabric networks
Apache License 2.0
43 stars 38 forks source link

Update the commands that call the peer binary to not capture stderr as stdout #593

Closed mbwhite closed 2 years ago

mbwhite commented 2 years ago

Update the commands that call the peer binary to not capture stderr as stdout

Instead it is routed to the log file. Setting the fabric environment variable for debug would break as stdout was expected to contain only JSON.

Signed-off-by: Matthew B White whitemat@uk.ibm.com