[ROSAENG-63153] Modify logging to trim trailing newline causing cloudwatch issues. - #1436
[ROSAENG-63153] Modify logging to trim trailing newline causing cloudwatch issues.#1436Mhodesty wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
WalkthroughThe change trims surrounding whitespace from risk messages in ChangesUnknown exposure message formatting
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Mhodesty The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@Mhodesty: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Trim a new line character from risk.Message entries that result in an empty line in the logs. This is causing issues for Rosa Log Router because cloudwatch does not allow empty log entries.
Added a string trim and a new test to ensure it works as expected.
Summary by CodeRabbit