Skip to content

Commit

Permalink
Merge pull request #1637 from orbs-network/feature/concat/stdstreams
Browse files Browse the repository at this point in the history
concatenate stderr to stdout
  • Loading branch information
ronnno authored Nov 2, 2020
2 parents ecccc93 + 759ea7a commit 536f892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ done

echo "Running orbs-network-go.."

/opt/orbs/orbs-node $@ | $multilog_cmd 2>&1
/opt/orbs/orbs-node $@ 2>&1 | $multilog_cmd

0 comments on commit 536f892

Please sign in to comment.