1
0
Fork 0
forked from lthn/blockchain

logs cleanup

This commit is contained in:
cryptozoidberg 2024-10-29 13:37:16 +04:00
parent e4d9f1da59
commit 10df225359
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -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)