Enable more local logging and disable dependencies'

This commit is contained in:
oxalica 2024-09-09 03:54:28 -04:00
parent ff5b7e60a7
commit 5cd45232f4
3 changed files with 4 additions and 1 deletions

View file

@ -62,6 +62,7 @@ macro_rules! define_from_deser_rejection {
$(
impl From<$ty> for ApiError {
fn from(rej: $ty) -> Self {
tracing::debug!(?rej, "rejected");
error_response!(
StatusCode::BAD_REQUEST,
"deserialization",