uptrace-go icon indicating copy to clipboard operation
uptrace-go copied to clipboard

logr support

Open tpoxa opened this issue 1 year ago • 1 comments

I use https://github.com/go-logr/logr in my project. Is it supported by uptrace client? Thanks.

tpoxa avatar Jan 27 '24 09:01 tpoxa

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.

vmihailenco avatar Jan 28 '24 06:01 vmihailenco