fluent/fluentd

System config: add umask option

已关闭

#4,816 创建于 2025年2月3日

 (5 条评论) (0 个反应) (0 位负责人)Ruby (1,392 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (13,529 个星标)
PR 合并指标
 (平均合并 9小时 42分钟) (30 天内合并 30 个 PR)

描述

Is your feature request related to a problem? Please describe.

Some users need to change umask. Example:

  • #4810

Currently, we have to use the command line option --umask. It is inconvenient for the service or container image.

Describe the solution you'd like

Add umask option to the System config.

Describe alternatives you've considered

Without this option in System config, we can customize the command line options like https://github.com/fluent/fluentd/issues/4810#issuecomment-2629720905, but it is inconvenient.

Additional context

No response

贡献者指南