Replies: 2 comments
-
@BRMAXTED That's a good suggestion. But if I may ask, what type of Also, your PR is welcomed if you have a solid approach to how this can be done. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@eadwinCode The particular exception that was logging an error was just pydantic ValidationError when the Request/Response data was not valid for the given Schema. A simple warning level log would suffice in that case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the Operation class, exceptions raised from controller functions are being logged as an error.
It would be nice to modify the exception logging behavior to have granularity on the log level based on the exception. I'd prefer to not have ERROR level logs generated from invalid client API request data for the given Request Schema endpoint.
Beta Was this translation helpful? Give feedback.
All reactions