Skip to content

Commit 02496df

Browse files
committed
test: no capture
1 parent 562d3ce commit 02496df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/util/log/log.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ func SetLevel(l Level) {
3131

3232
func Capture() *bytes.Buffer {
3333
var buf bytes.Buffer
34-
writer = &buf
35-
logger.SetOutput(writer)
34+
//writer = &buf
35+
//logger.SetOutput(writer)
3636
return &buf
3737
}
3838

0 commit comments

Comments
 (0)