@ -27,6 +27,7 @@ func (f *FileAppender) start() {
}
go func() {
defer f.file.Close()
for {
logEvent := <-f.lchan
logMsg := format(logEvent)