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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user