fix(syslog): remove abort operator from infallible to_string calls in VRL#3322
fix(syslog): remove abort operator from infallible to_string calls in VRL#3322vparfonov wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (7)
👮 Files not reviewed due to content moderation or server errors (7)
📝 Walkthrough🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/assign @jcantrill |
|
/retest |
|
/retest-required |
… VRL Remove unnecessary ! (abort operator) from to_string!() calls in syslog facility/severity VRL code, no behavior change - only eliminates noisy warnings in collector logs Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcantrill, vparfonov The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
|
@vparfonov: 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. |
Description
Remove unnecessary ! (abort operator) from
to_string!()calls in syslog facility/severity VRL code, no behavior change - only eliminates noisy warnings in collector logs/cc @Clee2691
/assign @xperimental
Links
Summary by CodeRabbit