Skip to content

Commit

Permalink
add log to iptb
Browse files Browse the repository at this point in the history
  • Loading branch information
schomatis committed Jun 1, 2022
1 parent 71fee39 commit 43d520b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dependencies/iptb/iptb.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func init() {

func main() {
cli := cli.NewCli()
os.Setenv("GOLOG_LOG_LEVEL", "autorelay=debug")
if err := cli.Run(os.Args); err != nil {
fmt.Fprintf(cli.ErrWriter, "%s\n", err)
os.Exit(1)
Expand Down

0 comments on commit 43d520b

Please sign in to comment.