I'm looking at https://github.com/marcoferrer/kroto-plus/issues/39 and https://github.com/marcoferrer/kroto-plus/issues/78 because I have the same problem described there: unhandled exceptions thrown by my gRPC servers are not logged at all, and the client side (which is NodeJS) does not report any useful details of the problem. As of now, what is the best approach? Do I really need to encapsulate all my implementations in a logging lambda?