Enable --trace/debug info in docker wasmd server

This commit is contained in:
Ethan Frey 2020-02-10 13:29:37 +01:00
parent 7c6c31de74
commit 4d3334519b
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ if test -n "$1"; then
fi
mkdir -p /root/log
wasmd start --rpc.laddr tcp://0.0.0.0:26657
wasmd start --rpc.laddr tcp://0.0.0.0:26657 --trace