From 927e78aa3aa2ecc741d405200be1d3ef24ba7af0 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 15 Dec 2023 17:21:33 +0000 Subject: [PATCH] upd log level --- day-15/solution.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {