mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
add log to iptb
This commit is contained in:
parent
547413a839
commit
ea4d3a9321
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user