add log to iptb

This commit is contained in:
Lucas Molas 2022-05-31 21:31:56 -03:00 committed by Marcin Rataj
parent 547413a839
commit ea4d3a9321

View File

@ -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)