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

Fileglob asterisk for directories #302

Closed
alexandervasylev opened this issue Apr 5, 2016 · 2 comments
Closed

Fileglob asterisk for directories #302

alexandervasylev opened this issue Apr 5, 2016 · 2 comments

Comments

@alexandervasylev
Copy link

Hi.

"files": [
        {
            "paths": [
                "/home/project/logs/*.log",
                "/home/project/*/shared/log/*.log"
            ]
        }
]

/home/project/logs/.log - Processed all logs
/home/project/
/shared/log/*.log - No one processed

@alexandervasylev
Copy link
Author

Sry, duplicate #285

@driskell
Copy link
Owner

No problem!

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

No branches or pull requests

2 participants