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 double quote in regex for config and add log paths #220

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

abbas1902
Copy link
Contributor

@abbas1902 abbas1902 commented Oct 4, 2024

When using double quotes plus the \ key yaml will treat it as an escape sequence. For parsers this can be problematic. This change makes it single quotes instead, it also adds an additional label to the logs that gives the path of the log (makes it easier to filter specific logs).

Testing manually and logs are filtered identically with single-quotes vs double-quotes.

@abbas1902 abbas1902 merged commit 562022e into master Oct 4, 2024
1 of 4 checks passed
@abbas1902 abbas1902 deleted the update_cloud_config branch October 4, 2024 20:16
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