-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[pkg/stanza] propagate globbing io errors for logging #26713
Conversation
I make some changes becase I noticed that the globbing errors was returned too early and the behavior was changed. |
Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the improvement @haoqixu
…#26713) Set `WithFailOnIOErrors` option and propagate the globbing io errors for logging.
Description:
Set
WithFailOnIOErrors
option and propagate the globbing io errors for logging.Link to tracking Issue:
resolve #23768