From 43e1780dc8200d3ae7723304a4029c815147ef2b Mon Sep 17 00:00:00 2001 From: MaysWind Date: Wed, 19 Feb 2025 23:55:25 +0800 Subject: [PATCH] update comment --- pkg/log/logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/log/logger.go b/pkg/log/logger.go index 61d38ee5..d2470adc 100644 --- a/pkg/log/logger.go +++ b/pkg/log/logger.go @@ -141,7 +141,7 @@ func SetLoggerConfiguration(config *settings.Config, isDisableBootLog bool) erro return nil } -// DebugfWithRequestId logs debug log with custom format +// Debugf logs debug log with custom format func Debugf(c core.Context, format string, args ...any) { if c == nil { defaultLogger.Debug(getFinalLog(format, args...))