Skip to content

app/vlagent/filecollector: enhance glob pattern support#1395

Open
vadimalekseev wants to merge 1 commit intomasterfrom
doublestar
Open

app/vlagent/filecollector: enhance glob pattern support#1395
vadimalekseev wants to merge 1 commit intomasterfrom
doublestar

Conversation

@vadimalekseev
Copy link
Copy Markdown
Member

The standard library does not support double-star syntax (**/*.log) or brace expansion ({access,error}.log). This commit switches vlagent to the doublestar library to match the capabilities of other popular log collectors.

Updates #1393
Updates #1374
Updates #1388

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 20 files

The standard library does not support double-star syntax (`**/*.log`) or brace expansion (`{access,error}.log`). This commit switches vlagent to the `doublestar` library to match the capabilities of other popular log collectors.

Updates #1393
Updates #1374
Updates #1388
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