From f65d4ad879eabdeeae7d4d7ee49dbb522adbff46 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 6 Apr 2023 18:13:56 +0000 Subject: [PATCH] No need to have it at debug log level --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 50036a8..5decd38 100644 --- a/main.go +++ b/main.go @@ -138,7 +138,7 @@ func main() { }, )) - log.Debug().Msg("start out-of-tree") + log.Trace().Msg("start out-of-tree") log.Debug().Msgf("%v", os.Args) log.Debug().Msgf("%v", cli)