bauerji / flask-pydantic

flask extension for integration with the awesome pydantic package
MIT License
368 stars 58 forks source link

Any way to log or report any validation failed #39

Open bbtdev opened 3 years ago

bbtdev commented 3 years ago

Hi,

I would like to log somehow when body validation failed, is it possible? I can't seem to figure out a way. Thank you

bauerji commented 3 years ago

There is no logging in this package. Standard application logging isn't sufficient for you (you can see 400 responses there)? Of course logging can be added there.