CommandLog doesn't provide interface to file stats
Closed this issue · 1 comments
onorua commented
rewind/commandlog/command_log.go
Line 12 in 2c5f174
spf13/afero does support file interface, which could be used for file information analysis, such as Stats, Name, etc, which could be used to build file rotation bases on file size and so on. At the moment file is private.
Is this something you explicitly want to be hided, or you would accept a PR fixing this?
kellabyte commented
Closing because the project has changed direction.