Skip to content

Commit

Permalink
debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Jan 4, 2024
1 parent c32d252 commit 74f434a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/demo-jfrog-utils/tableutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func PrintTable(rows interface{}, title string, emptyTableMessage string, printE
err = e
}
}()
tableWriter.SetDebugWriter(stdoutWriter)
tableWriter.SetOutputMirror(stdoutWriter)
tableWriter.Render()
return
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/jedib0t/go-pretty/v6
go 1.16

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jfrog/jfrog-client-go v1.35.5
github.com/mattn/go-runewidth v0.0.13
github.com/pkg/profile v1.6.0
Expand Down

0 comments on commit 74f434a

Please sign in to comment.