Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

> `./worker0` Where is this directory?

Thanks for your report. I found a bug. When the buffer path includes `[` or `]`, the resuming process can not find the remaining files. This is caused by the...

You can avoid this problem by improving the setting. Currently, you don't set `path` of `buffer`. So, `out_file` sets the buffer path automatically to `out_file`'s path. You can set a...

Sorry for the late response. Do you get these errors with specific chunks (Chunks that cause the error cause the same error repeatedly)? > Even more, I cannot understand all...

Looks like the stacktrace was omitted. > 2023-07-28 07:44:23 +0000 [warn]: #0 suppressed same stacktrace Could you please share the statcktrace? I'd like to know which code causes this error.

Thanks for your report. > Install the td-agent with command line arguments and td-agent.log file is not rolling over after it reached to log-rotate-size Do you mean that you installed...

Thanks! It's a very useful enhancement! I'm concerned about backward compatibility. If there is already a setting where the `path` option contains the characters, the behavior will change, correct? For...

@cosmo0920 > > Is this about not supporting curly braces? In my opinion, as I commented below, it would not be a problem to provide the full set. > >...

@ashie > How about this one as a a compromise? > > * Support brace and keep the label name `:always` > > * Check `:enable_glob`, `path` and `path_delimiter` configurations...

> > * Check `:enable_glob`, `path` and `path_delimiter` configurations at start up then show error or warning when `path` includes `{}` and `path_delimiter` is default value `,` (and `:enable_glob` is...