varlink / go

Golang implementation of the Varlink protocol
https://godoc.org/github.com/varlink/go/varlink
Apache License 2.0
55 stars 57 forks source link

Internal errors silently close the connection #21

Open emersion opened 4 years ago

emersion commented 4 years ago

It would be nice to be able to set a Logger on a Service so that errors returned from call handlers can be debugged more easily.