get rids of the log dependencies everywhere

This commit is contained in:
Tamo
2024-02-07 15:51:38 +01:00
committed by Louis Dureuil
parent bcf7909bba
commit 7ff722b72e
23 changed files with 59 additions and 62 deletions

View File

@ -305,7 +305,7 @@ impl From<v4::ResponseError> for v5::ResponseError {
"invalid_api_key_expires_at" => v5::Code::InvalidApiKeyExpiresAt,
"invalid_api_key_description" => v5::Code::InvalidApiKeyDescription,
other => {
log::warn!("Unknown error code {}", other);
tracing::warn!("Unknown error code {}", other);
v5::Code::UnretrievableErrorCode
}
};