Closed purplesmoke05 closed 1 year ago
There is a middleware which was implemented to suppress the error logs that are output immediately after the application server starts.
https://github.com/BoostryJP/ibet-Wallet-API/blob/1d2b2545ec426c9bcb2b35fb9662022c704a5740/app/middleware/base.py#L27-L52
This middleware seems to be no longer needed according to the end of this discussion.
Remove unnecessary middleware implementation for suppressing no response error.
Is your feature request related to a problem? Please describe.
There is a middleware which was implemented to suppress the error logs that are output immediately after the application server starts.
https://github.com/BoostryJP/ibet-Wallet-API/blob/1d2b2545ec426c9bcb2b35fb9662022c704a5740/app/middleware/base.py#L27-L52
This middleware seems to be no longer needed according to the end of this discussion.
Describe the solution you'd like
Remove unnecessary middleware implementation for suppressing no response error.