Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows: Apply the modified log path for rotation to reopen
When log rotation is enabled on Windows, the log path is separated for each process. But, the new path value is not applied to the instance variable, so it breaks the following behavior, since fluent#2663. * `File.chown(chuid, chgid, @path)` * `@logdev.reopen(@path, "a")`. I can't assume that `File.chown` is used on Windows, but `reopen` must be fixed. Signed-off-by: Daijiro Fukuda <[email protected]>
- Loading branch information