fix 5530: use orm.DebugLog (#5532)

* fix 5500: querySet should not be changed when constructing SQL

* fix 5530: use orm.DebugLog
This commit is contained in:
Ming Deng
2023-11-27 23:43:59 +08:00
committed by GitHub
parent e4b67e86ee
commit 95a8a61d2b
12 changed files with 23 additions and 45 deletions

View File

@@ -3,11 +3,8 @@ package logs
import (
"io"
"log"
"os"
)
var DebugLog = NewLog(os.Stdout)
// Log implement the log.Logger
type Log struct {
*log.Logger