-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
By default, tracing-subscriber shows span information in log events. I am using tracing in a library, so I'm trying to figure out how best to annotate things. I call user supplied code, so I don't necessarily get to put structured data directly on the log events, so a span seemed to be a good way to add information. However, if it doesn't get shown that doesn't work. I personally prefer putting the span information after the message, as it seems more optional.
I suppose fixing #13 would also fix this in a more general but less default way.