Skip to content

Commit

Permalink
Just control all logging via env-var
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Oct 18, 2023
1 parent 19602c9 commit 3fd83ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ const EnvKuboRPC = "KUBO_RPC_URL"

var goLog = logging.Logger("rainbow")

func init() {
logging.SetLogLevel("rainbow", "INFO")
}

func main() {
app := cli.NewApp()

Expand Down

0 comments on commit 3fd83ef

Please sign in to comment.