diff --git a/day-15/solution.go b/day-15/solution.go index f26e29e..6340f80 100644 --- a/day-15/solution.go +++ b/day-15/solution.go @@ -7,7 +7,7 @@ import ( ) func init() { - log.SetLevel(log.DebugLevel) + log.SetLevel(log.InfoLevel) } func main() {