Skip to content

Commit 956770a

Browse files
committed
Added a long empty header while restarting logging
1 parent 7e45b5c commit 956770a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: streams/dumper.go

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func OpenLogFileAs(filename string) *os.File {
4141
abs, _ := path.Abs()
4242
log.Printf("logging to %s", abs)
4343
}
44+
res.WriteString("\n\n\n\n\n\n\nStarted logging.\n")
4445
return res
4546
}
4647

0 commit comments

Comments
 (0)