-
Notifications
You must be signed in to change notification settings - Fork 26
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
MSI: add log rotation setting #284
Comments
In the current version, https://github.com/fluent/fluentd/blob/master/lib/fluent/command/fluentd.rb#L320 It may be better to customize the behavior via environment variables. |
https://github.com/fluent/fluentd/blob/master/lib/fluent/winsvc.rb#L52 Adding options explicitly may be a straightforward way. |
Another idea, it may be useful if
|
It may be better to put it under |
Sounds good. |
If supporting rotate configuration via fluentd.conf as an option (more general approach, I think) TODO:
|
In supervisor, it may be better to parse 2-pass with/without additional_config. |
I'm working on fluent/fluentd#3352 It is under development. |
It is not MSI specific feature #284 (comment) , so I'll close this. |
Although the td-agent package for windows automatically set up windows service as of 4.0.0, it doesn't set up log rotation.
We should add default setting for it.
The text was updated successfully, but these errors were encountered: