gossip/debug.sh

7 lines
188 B
Bash
Raw Normal View History

2023-12-04 22:37:49 +00:00
#!/bin/bash
cargo build --features=lang-cjk,video-ffmpeg --release && \
RUST_BACKTRACE=1 RUST_LOG="info,gossip_lib=debug" ./target/release/gossip "$@" \
| tee gossip.log.txt