-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add codes to all log events (re-work of PR #4268) #4319
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codes look good as far as I can tell.
return f"command return code={self.code}" | ||
return f"command return code={self.returncode}" | ||
|
||
# TODO remove?? Not called outside of this file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's safe to remove anything not called outside this file. I know with all the merges that were happening some log lines got removed due to other tasks but we didn't get the events pulled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Good to know. I don't think I'll do it now just because we want to get this in ASAP but I'll try to pick it up next time I touch this file.
resolves (No Issue, mentioned in #4260)
Description
Re-work of PR #4268
See comments / discussion there.
Checklist
CHANGELOG.md
and added information about my change