add better unit test for combind logging

This commit is contained in:
zerodoctor
2023-10-07 19:32:06 -05:00
parent f86c07e596
commit 00087aa865
5 changed files with 143 additions and 18 deletions

View File

@@ -67,6 +67,7 @@ func (c *ReaderClose) Read(p []byte) (n int, err error) {
}
n += copy(p, []byte(value.String()))
return n, nil
}
return n, io.EOF