mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-11 06:45:44 -05:00
Fix tracing subscribe filter for xmr-btc`
This commit is contained in:
parent
b05a96d49b
commit
5f8b7f2624
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ pub fn init_tracing(level: log::LevelFilter) -> anyhow::Result<()> {
|
|||
let is_terminal = atty::is(atty::Stream::Stderr);
|
||||
let subscriber = FmtSubscriber::builder()
|
||||
.with_env_filter(format!(
|
||||
"swap={},xmr-btc={},http=warn,warp=warn",
|
||||
"swap={},xmr_btc={},http=warn,warp=warn",
|
||||
level, level
|
||||
))
|
||||
.with_writer(std::io::stderr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue