Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging support #30

Open
kunalgrover05 opened this issue Jan 15, 2022 · 1 comment
Open

Logging support #30

kunalgrover05 opened this issue Jan 15, 2022 · 1 comment

Comments

@kunalgrover05
Copy link

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:

  • Access log for all requests made to the server
  • Application log which logs any failures encountered in processing a request
  • Preferably create an exception handler since they can be handled with frameworks for realtime monitoring like Cloudwatch or Sentry.
@AMontagu
Copy link

AMontagu commented Apr 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants