Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDK] Call to log correlation ID in log message results in "unsupported value type" #923

Closed
lenny-goodell opened this issue Jul 15, 2021 · 0 comments
Labels
2-medium priority denoting issues with cross-cutting project impact bug Something isn't working

Comments

@lenny-goodell
Copy link
Member

lenny-goodell commented Jul 15, 2021

This is because call to CorrelationID API is missing () so it is return the function pointer instead of the actual correlation ID string.
https://github.com/edgexfoundry/app-functions-sdk-go/blob/v2.0.0/internal/runtime/runtime.go#L193

Need to verify this is fixed for all instances of calls to CorrelationID API

@lenny-goodell lenny-goodell added 2-medium priority denoting issues with cross-cutting project impact bug Something isn't working labels Jul 15, 2021
lenny-goodell pushed a commit to lenny-goodell/app-functions-sdk-go that referenced this issue Jul 15, 2021
fixes edgexfoundry#923

Signed-off-by: lenny <leonard.goodell@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-medium priority denoting issues with cross-cutting project impact bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant