From 10df22535981f34cd2b7d01087d615038d9d65f6 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Tue, 29 Oct 2024 13:37:16 +0400 Subject: [PATCH] logs cleanup --- src/wallet/wallet_rpc_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp index b601d478..31d3b86e 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -252,7 +252,7 @@ namespace tools m_jwt_used_salts.add(salt, ticks_now + JWT_TOKEN_EXPIRATION_MAXIMUM); m_jwt_used_salts.remove_if_expiration_less_than(ticks_now); - LOG_PRINT_L0("JWT token OK"); + LOG_PRINT_L3("JWT token OK"); return true; } catch(const std::exception& e)