diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-02 10:46:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-02 12:26:36 +0300 |
| commit | 764ef99a3d779a0db1fb60679292af52425ba2f6 (patch) | |
| tree | 2547b3bd4472a4178173dfe1d8f4178af591c37e /internal/io/dlog/loggers | |
| parent | 609921f9c783941eaa9019a92b78ec45b49d681c (diff) | |
add more default fields to MAPREDUCE
Diffstat (limited to 'internal/io/dlog/loggers')
| -rw-r--r-- | internal/io/dlog/loggers/file.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/io/dlog/loggers/file.go b/internal/io/dlog/loggers/file.go index dcdd7d0..6e692a3 100644 --- a/internal/io/dlog/loggers/file.go +++ b/internal/io/dlog/loggers/file.go @@ -100,7 +100,6 @@ func (f *file) Pause() { f.pauseCh <- struct{}{} } func (f *file) Resume() { f.resumeCh <- struct{}{} } func (f *file) Flush() { f.flushCh <- struct{}{} } -// TODO: Test that Rotate() actually works. func (f *file) Rotate() { f.rotateCh <- struct{}{} } func (*file) SupportsColors() bool { return false } |
