dd-trace-go icon indicating copy to clipboard operation
dd-trace-go copied to clipboard

logger interface doesn’t pass log level

Open pdeva opened this issue 1 year ago • 2 comments

it just has a msg() method. how does our implementation know which log level the msg should be output at?

pdeva avatar Feb 08 '23 00:02 pdeva

I'll bring this up to our team during our proposal review meeting. Given this requires a change to an interface (and therefore would be breaking for any implementors) I think this is a good candidate for a change as part of moving to major version 2.0

ajgajg1134 avatar Feb 22 '23 15:02 ajgajg1134

@pdeva Does the implementation in #2480 fit your purpose?

darccio avatar Jan 05 '24 09:01 darccio