fengsp / django-grpc-framework

gRPC for Django.
https://djangogrpcframework.readthedocs.io/
Apache License 2.0
390 stars 52 forks source link

Logging support #30

Open kunalgrover05 opened 2 years ago

kunalgrover05 commented 2 years ago

Hi, thanks for this library, really impressed by how similar everything is to the Rest framework and hopefully this can become as popular some day.

One large worry that I noticed immediately on working with this framework was the lack of logging, I had to work with logs on the client side to know things are working or not. However, in a production scenario there are a large number of cases where we rely more on server logging and monitoring since it is easier to manage.

Suggestions:

AMontagu commented 2 years ago

Hello

We are maintening: https://github.com/socotecio/django-socio-grpc/ that has an logging handler customizable for this.

If you want to try it and make us a feed back it would be great. We have improved other feature as proto generation please red the doc before using it