Skip to content

Conversation

@dshett549
Copy link
Contributor

Reason for change: Component independent tool for Noisy Log detection
Test Procedure: Tested and verified
Risks: Medium

Signed-off-by: dshett549 [DEEPTHICHANDRASHEKAR_SHETTY@comcast.com]

…ction

Signed-off-by: dshett549 <DEEPTHICHANDRASHEKAR_SHETTY@comcast.com>
@dshett549 dshett549 requested a review from a team as a code owner January 27, 2026 03:37
Copilot AI review requested due to automatic review settings January 27, 2026 03:37
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

Adds a component-independent “noisy log detection” tool and CI integration to analyze generated logs for noisy levels, sensitive patterns, and severity misuse, producing HTML reports as build artifacts.

Changes:

  • Introduces a YAML ruleset (rules.yml) for sensitive pattern detection and severity/noise heuristics.
  • Adds a Python-based log analyzer (noisylogdetector.py) that scans logs and generates an HTML report.
  • Adds a GitHub Actions workflow to run existing tests, analyze logs, and upload the resulting HTML reports as artifacts.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
rules.yml Defines sensitive regex patterns plus “noisy levels” and severity enforcement keywords/levels used by the analyzer.
noisylogdetector.py Implements log parsing, rule-based detection, and HTML report generation.
.github/workflows/log-quality-rules.yml Runs builds/tests, executes the analyzer on produced logs, and uploads HTML reports as artifacts.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Signed-off-by: dshett549 <DEEPTHICHANDRASHEKAR_SHETTY@comcast.com>
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

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Signed-off-by: dshett549 <DEEPTHICHANDRASHEKAR_SHETTY@comcast.com>
Signed-off-by: dshett549 <DEEPTHICHANDRASHEKAR_SHETTY@comcast.com>
Copilot AI review requested due to automatic review settings January 27, 2026 04:58
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

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

dshett549 and others added 2 commits January 27, 2026 11:27
Signed-off-by: dshett549 <DEEPTHICHANDRASHEKAR_SHETTY@comcast.com>
Copilot AI review requested due to automatic review settings January 27, 2026 06:08
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

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Signed-off-by: dshett549 <DEEPTHICHANDRASHEKAR_SHETTY@comcast.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant