grpc / grpc-dart

The Dart language implementation of gRPC.
https://pub.dev/packages/grpc
Apache License 2.0
860 stars 271 forks source link

Custom Error Handling for Server #588

Closed bgetsug closed 1 year ago

bgetsug commented 1 year ago

This picks up where #520 left off and resolves #51.

My particular use case is needing to log (with stack traces) gRPC errors as they occur on the server, such as those having to do with deserialization.

cc: @mraleph

linux-foundation-easycla[bot] commented 1 year ago

CLA Signed

The committers listed above are authorized under a signed CLA.

long1eu commented 1 year ago

Can we have this on pub.dev?

Pingear commented 1 year ago

Hello ! where can I find documentation on the new logging functionality?