mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-25 15:39:25 -05:00
Set tracing level to Info in production code
Trace / Debug should be used when there is a problem. They print way too much in production.
This commit is contained in:
parent
00b4f3110f
commit
60f3923a63
@ -39,7 +39,7 @@ extern crate prettytable;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
init_tracing(LevelFilter::Trace).expect("initialize tracing");
|
||||
init_tracing(LevelFilter::Info).expect("initialize tracing");
|
||||
|
||||
let opt = Options::from_args();
|
||||
let config = Config::testnet();
|
||||
|
Loading…
Reference in New Issue
Block a user