diff --git a/pkg/log/logger.go b/pkg/log/logger.go index 988e6246..365291e8 100644 --- a/pkg/log/logger.go +++ b/pkg/log/logger.go @@ -172,6 +172,7 @@ func SqlQuery(args ...interface{}) { sqlQueryLogger.Info(args...) } } + // SqlQueryf logs sql query log with custom format func SqlQueryf(format string, args ...interface{}) { if sqlQueryLogger != nil {