update comment

This commit is contained in:
MaysWind
2025-02-19 23:55:25 +08:00
parent 6aac810450
commit 43e1780dc8
+1 -1
View File
@@ -141,7 +141,7 @@ func SetLoggerConfiguration(config *settings.Config, isDisableBootLog bool) erro
return nil 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) { func Debugf(c core.Context, format string, args ...any) {
if c == nil { if c == nil {
defaultLogger.Debug(getFinalLog(format, args...)) defaultLogger.Debug(getFinalLog(format, args...))