From be52fc943a2f90c775ac5e74cfba147cba77c051 Mon Sep 17 00:00:00 2001 From: Vasile Razdalovschi <63979486+vrazdalovschi@users.noreply.github.com> Date: Sat, 31 Oct 2020 13:21:51 +0200 Subject: [PATCH] refactor(comment): change the mixed up value change from Warn to Debug in the debug method --- log/level/level.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/level/level.go b/log/level/level.go index fceafc454..c0c050f72 100644 --- a/log/level/level.go +++ b/log/level/level.go @@ -172,7 +172,7 @@ func WarnValue() Value { return warnValue } // InfoValue returns the unique value added to log events by Info. func InfoValue() Value { return infoValue } -// DebugValue returns the unique value added to log events by Warn. +// DebugValue returns the unique value added to log events by Debug. func DebugValue() Value { return debugValue } var (