gossip/debug.sh

7 lines
175 B
Bash
Executable File

#!/bin/bash
cargo build --features=lang-cjk --release && \
RUST_BACKTRACE=1 RUST_LOG="info,gossip_lib=debug" ./target/release/gossip "$@" \
| tee gossip.log.txt