uptrace-go
uptrace-go copied to clipboard
logr support
I use https://github.com/go-logr/logr in my project. Is it supported by uptrace client? Thanks.
Logr is just an interface which can't be used without some backend/implementation. As a backend we are currently using Zap, but even then this project probably does not emit any logs you should be worrying about.