gossip/debug.sh
2023-12-05 11:37:49 +13:00

7 lines
188 B
Bash
Executable File

#!/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