diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sync/mod.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sync/mod.rs b/src/sync/mod.rs index 4b2b61c..2efcbd7 100644 --- a/src/sync/mod.rs +++ b/src/sync/mod.rs | |||
| @@ -1649,7 +1649,9 @@ impl SyncManager { | |||
| 1649 | metrics.record_health_state(&relay_url_clone, state); | 1649 | metrics.record_health_state(&relay_url_clone, state); |
| 1650 | } | 1650 | } |
| 1651 | } else { | 1651 | } else { |
| 1652 | tracing::debug!( | 1652 | // Log at TRACE level to avoid duplicate with nostr_relay_pool's DEBUG log |
| 1653 | // (nostr-sdk already logs all NOTICE messages at DEBUG level) | ||
| 1654 | tracing::trace!( | ||
| 1653 | relay = %relay_url_clone, | 1655 | relay = %relay_url_clone, |
| 1654 | notice = %notice, | 1656 | notice = %notice, |
| 1655 | "Relay issued notice" | 1657 | "Relay issued notice" |