From bd869b3b079c8c58b910274eb54c869eeaa7d001 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Fri, 14 Oct 2022 20:37:19 -0300 Subject: [PATCH] Log demotion Demote a couple spammy messages to trace level. --- llarp/dht/context.cpp | 2 +- llarp/router/router.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llarp/dht/context.cpp b/llarp/dht/context.cpp index d2b0e7129..06c67953d 100644 --- a/llarp/dht/context.cpp +++ b/llarp/dht/context.cpp @@ -441,7 +441,7 @@ namespace llarp Context::CleanupTX() { auto now = Now(); - llarp::LogDebug("DHT tick"); + llarp::LogTrace("DHT tick"); pendingRouterLookups().Expire(now); _pendingIntrosetLookups.Expire(now); diff --git a/llarp/router/router.cpp b/llarp/router/router.cpp index 975c6074b..0349e1179 100644 --- a/llarp/router/router.cpp +++ b/llarp/router/router.cpp @@ -973,7 +973,7 @@ namespace llarp // don't purge bootstrap nodes from nodedb if (IsBootstrapNode(rc.pubkey)) { - log::debug(logcat, "Not removing {}: is bootstrap node", rc.pubkey); + log::trace(logcat, "Not removing {}: is bootstrap node", rc.pubkey); return false; } // if for some reason we stored an RC that isn't a valid router