edgexr / edge-cloud-platform

Apache License 2.0
1 stars 0 forks source link

spanlog grpc logging, no-log-start-finish #349

Closed gainsley closed 1 month ago

gainsley commented 1 month ago

This adds additional logging capabilities to our GRPC interceptors, allowing for better debuggability on both client and server. I also added a new span option to avoid logging to disk the "start" and "finish" logs of the span. This is for quick go threads that need their own span but don't want to be noisy printing the start/stop messages.