update comment

This commit is contained in:
MaysWind
2025-02-19 23:55:25 +08:00
parent 6aac810450
commit 43e1780dc8

View File

@@ -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...))