We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See:
edgex-go/internal/security/secretstore/init.go
Lines 419 to 423 in d325f45
The error message is not wrapped and passed to the Error function. It should be changed to lc.Errorf(...).
lc.Errorf(...)
The text was updated successfully, but these errors were encountered:
fix: Fix Error logging to properly include error message
75c4221
fixes edgexfoundry#3784 Signed-off-by: Leonard Goodell <[email protected]>
fix: Secret store fixes for error log message and not writing eKuiper…
4a9701c
… file unless it already exists (#3787) * fix: Fix Error logging to properly include error message fixes #3784 Signed-off-by: Leonard Goodell <[email protected]> * fix: Don't write eKuiper file if file doesn't already exist fixes #3786 Signed-off-by: lenny <[email protected]> Signed-off-by: Leonard Goodell <[email protected]>
Successfully merging a pull request may close this issue.
See:
edgex-go/internal/security/secretstore/init.go
Lines 419 to 423 in d325f45
The error message is not wrapped and passed to the Error function. It should be changed to
lc.Errorf(...)
.The text was updated successfully, but these errors were encountered: