From f51cd352f19afa532cb1fc81ad2ccf1d84475fc9 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Tue, 16 Aug 2022 16:08:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97=E5=A0=86?= =?UTF-8?q?=E6=A0=88=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lego/sys/log/logger.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lego/sys/log/logger.go b/lego/sys/log/logger.go index b25c1e64c..5b5a98eb0 100644 --- a/lego/sys/log/logger.go +++ b/lego/sys/log/logger.go @@ -194,6 +194,7 @@ func (this *Logger) check(level Loglevel, msg string, args ...Field) (entry *Ent entry.Caller.File = frame.File entry.Caller.Line = frame.Line entry.Caller.Function = frame.Function + entry.Caller.Stack = "" } if addStack { buffer := pools.BufferPoolGet()