Skip to content

Commit

Permalink
nopfs logging to be controlled by env-var
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Oct 17, 2023
1 parent 21af01b commit d6d4d11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ var goLog = logging.Logger("rainbow")

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

func main() {
Expand Down

0 comments on commit d6d4d11

Please sign in to comment.