mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-19 15:10:34 -04:00
Set log level to info instead of trace
This commit is contained in:
parent
72aa517af8
commit
0977d36703
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue