Skip to content

fix: incorrect log level parsing for uppercase codes#481

Merged
AndrejsPon00 merged 2 commits into
k0rdent:mainfrom
AndrejsPon00:fix-log-level-parse-regex
Aug 14, 2025
Merged

fix: incorrect log level parsing for uppercase codes#481
AndrejsPon00 merged 2 commits into
k0rdent:mainfrom
AndrejsPon00:fix-log-level-parse-regex

Conversation

@AndrejsPon00
Copy link
Copy Markdown
Contributor

Fix log level regex incorrectly matching codes

  • Previously, regex would match lowercase strings like "f3781924612"
  • Now only matches uppercase codes like "F8013", "E8321", etc.
  • Made regex case-sensitive for EFDWI pattern matching

gmlexx
gmlexx previously approved these changes Aug 13, 2025
Copy link
Copy Markdown
Collaborator

@gmlexx gmlexx left a comment

Choose a reason for hiding this comment

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

Approved, @aglarendil please review

@AndrejsPon00 AndrejsPon00 added this pull request to the merge queue Aug 14, 2025
Merged via the queue into k0rdent:main with commit 3154164 Aug 14, 2025
6 checks passed
@github-project-automation github-project-automation Bot moved this to Done in k0rdent Aug 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants