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

Added umask support to system configuration #4824

Closed
wants to merge 1 commit into from

Conversation

egemenkus
Copy link

Which issue(s) this PR fixes:
Fixes #4816

What this PR does / why we need it:
This PR introduces an umask option in Fluentd system configuration.
Previously, users had to use the --umask command-line argument, which was inconvenient for services and container images.
With this PR, users can now define umask directly in Fluentd config.

Docs Changes:
No documentation changes required.

Release Note:
Added umask option to Fluentd system configuration.

- Implemented 'umask' option in system config to address fluent#4810.
- Users can now define 'umask' in Fluentd configuration instead of CLI args.
- Improves usability for services and container images by removing reliance on '--umask' argument.

Signed-off-by: kushynoda <[email protected]>
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.

System config: add umask option
1 participant