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: fix the agent log format #1101

Merged
merged 1 commit into from
Mar 27, 2025
Merged

Conversation

ryanzhang-oss
Copy link
Contributor

Description of your changes

fix the agent log format and test the Kaito PR agent

Fixes #

I have:

  • Run make reviewable to ensure this PR is ready for review.

How has this code been tested

Special notes for your reviewer

Copy link

Title

fix: fix the agent log format


User description

Description of your changes

fix the agent log format and test the Kaito PR agent

Fixes #

I have:

  • Run make reviewable to ensure this PR is ready for review.

How has this code been tested

Special notes for your reviewer


PR Type

bug_fix


Description

  • Improved log format by adding object reference.

  • Updated log message to include appliedWork reference.


Changes walkthrough 📝

Relevant files
Bug_fix
status.go
Update log message in status.go                                                   

pkg/controllers/workapplier/status.go

  • Updated log message to include appliedWork reference.
+1/-2     

Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • Copy link

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    Copy link

    PR Code Suggestions ✨

    Explore these optional code suggestions:

    CategorySuggestion                                                                                                                                    Impact
    General
    Improve log message readability

    Add a key-value pair to the log message for better readability and debugging.

    pkg/controllers/workapplier/status.go [215]

    -klog.V(2).InfoS("Refreshed AppliedWork object status",
    -  klog.KObj(appliedWork))
    +klog.V(2).InfoS("Refreshed AppliedWork object status", "appliedWork", klog.KObj(appliedWork))
    Suggestion importance[1-10]: 6

    __

    Why: The log message is already clear, but adding a key-value pair for "appliedWork" can enhance readability and debugging.

    Low

    @jwtty jwtty merged commit 4d83e36 into Azure:main Mar 27, 2025
    17 checks passed
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants