Skip to content

Conversation

@ansh-devs
Copy link
Member

@amitava82 PTAL

@ansh-devs ansh-devs requested a review from amitava82 as a code owner October 16, 2025 06:13
type: regex_parser
parse_from: body
regex: '\b(?P<level>TRACE|DEBUG|INFO|WARN|WARNING|ERROR|FATAL|CRITICAL)\b'
regex: '(?i)\b(?P<level>TRACE|trace|DEBUG|debug|INFO|info|WARN|warn|WARNING|warning|ERROR|error|FATAL|fatal|CRITICAL|critical)\b'
Copy link
Member

Choose a reason for hiding this comment

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

this also works right? (?i)\b(?P<level>trace|debug|info|warn|warning|error|fatal|critical)\b

Copy link
Member Author

Choose a reason for hiding this comment

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

oh yes that's more concise I'll update

Copy link
Member Author

Choose a reason for hiding this comment

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

@amitava82 done !

@amitava82 amitava82 merged commit 1987545 into kloudmate:develop Oct 16, 2025
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.

2 participants