forked from lthn/blockchain
logs cleanup
This commit is contained in:
parent
e4d9f1da59
commit
10df225359
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue