Skip to content

Conversation

@shenxianpeng
Copy link
Member

@shenxianpeng shenxianpeng commented Aug 20, 2025

closes #21

Testing done

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests that demonstrate the feature works or the issue is fixed

@shenxianpeng
Copy link
Member Author

Add the job info to system log. In the attached job can see 2 pipelines executed.

image

@shenxianpeng shenxianpeng requested a review from Copilot August 20, 2025 22:42
@shenxianpeng shenxianpeng added the enhancement For changelog: Minor enhancement. use `major-rfe` for changes to be highlighted label Aug 20, 2025
@shenxianpeng shenxianpeng marked this pull request as ready for review August 20, 2025 22:42
@shenxianpeng shenxianpeng requested a review from a team as a code owner August 20, 2025 22:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds job information logging to system log messages for AI error explanation functionality. The changes help identify which specific job/build the log messages relate to by including job name and build number in log entries.

  • Extracts job information (job name and build number) at the start of both error explanation methods
  • Updates all LOGGER statements to include the job info prefix for better traceability
  • Updates user-facing error messages to include job context

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@shenxianpeng shenxianpeng changed the title feat: add jobInfo to system log feat: add job Info to system log Aug 20, 2025
@shenxianpeng shenxianpeng force-pushed the feature/add-job-name-to-log branch from 48f5f12 to fe4ead6 Compare August 20, 2025 22:56
@shenxianpeng shenxianpeng merged commit 1e16179 into main Aug 21, 2025
18 checks passed
@shenxianpeng shenxianpeng deleted the feature/add-job-name-to-log branch August 21, 2025 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement For changelog: Minor enhancement. use `major-rfe` for changes to be highlighted

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add job name in log file when logging an error.

2 participants