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

Fix log on failure of command execution. #8978

Merged

Conversation

colin-grant-work
Copy link
Contributor

Signed-off-by: Colin Grant colin.grant@ericsson.com

What it does

Fixes #8974 by removing the args from the log for the failed command execution.

How to test

It isn't easy to reproduce the bug, but it should be clear that this code can no longer fail due to problems with JSON.stringify. See discussion on #8974 on the decision to simply remove the args.

Review checklist

Reminder for reviewers

Signed-off-by: Colin Grant <colin.grant@ericsson.com>
@colin-grant-work colin-grant-work added bug bugs found in the application commands issues related to application commands labels Jan 21, 2021
Copy link
Contributor

@kittaakos kittaakos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application commands issues related to application commands
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generating error messages for failed commands errors out
2 participants