mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Redirect stderr to logfile
This commit is contained in:
parent
ecd3926063
commit
eb5d806c35
@ -29,7 +29,7 @@ docker run --rm \
|
||||
--mount type=volume,source=simapp_data,target=/root \
|
||||
"$REPOSITORY:$VERSION" \
|
||||
/template/run_simd.sh \
|
||||
>"$SIMD_LOGFILE" &
|
||||
>"$SIMD_LOGFILE" 2>&1 &
|
||||
|
||||
echo "simd running on http://localhost:$TENDERMINT_PORT_HOST and logging into $SIMD_LOGFILE"
|
||||
|
||||
|
@ -30,7 +30,7 @@ docker run --rm \
|
||||
--mount type=volume,source=wasmd_data,target=/root \
|
||||
"$REPOSITORY:$VERSION" \
|
||||
./run_wasmd.sh /template \
|
||||
>"$WASMD_LOGFILE" &
|
||||
>"$WASMD_LOGFILE" 2>&1 &
|
||||
|
||||
echo "wasmd running and logging into $WASMD_LOGFILE"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user