Skip to content

Commit

Permalink
test: no capture
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Jan 15, 2025
1 parent 562d3ce commit 02496df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ func SetLevel(l Level) {

func Capture() *bytes.Buffer {
var buf bytes.Buffer
writer = &buf
logger.SetOutput(writer)
//writer = &buf
//logger.SetOutput(writer)
return &buf
}

Expand Down

0 comments on commit 02496df

Please sign in to comment.