chore: log level to trace
ci/woodpecker/push/woodpecker Pipeline failed Details

feat/type-attributes
Tomáš Mládek 2023-08-20 18:08:37 +02:00
parent e0b824b9da
commit e442622422
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ pub async fn get_object(
.await?
.map_err(ErrorInternalServerError)?;
debug!("{:?}", result);
trace!("{:?}", result);
Ok(HttpResponse::Ok().json(json!({
"entity": address.as_components(),