mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-10 15:30:14 -04:00
* feat(asb + cli): Redact logs + unify tracing infrastructure (#1733) Applies the changes from https://github.com/comit-network/xmr-btc-swap/pull/1733 to this fork --------- Co-authored-by: Einliterflasche <81313171+Einliterflasche@users.noreply.github.com>
This commit is contained in:
parent
1fe6391b7b
commit
792fbbf746
20 changed files with 1780 additions and 1396 deletions
|
@ -97,7 +97,7 @@ fn setup(app: &mut tauri::App) -> Result<(), Box<dyn std::error::Error>> {
|
|||
.with_monero(Monero {
|
||||
monero_daemon_address: None,
|
||||
})
|
||||
.with_json(true)
|
||||
.with_json(false)
|
||||
.with_debug(true)
|
||||
.with_tauri(TauriHandle::new(app.app_handle().to_owned()))
|
||||
.build()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue