feat(logging): add a logging middleware to log all api requests (#3437)

This commit is contained in:
Sampras Lopes
2024-01-25 12:56:20 +05:30
committed by GitHub
parent 47fbe486ce
commit c2946cfe05
12 changed files with 120 additions and 26 deletions

View File

@ -81,11 +81,11 @@ where
)
.await?
} else {
save_in_locker(
Box::pin(save_in_locker(
state,
merchant_account,
payment_method_create_request.to_owned(),
)
))
.await?
};