mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: Setting model
This commit is contained in:
@@ -74,7 +74,7 @@ func (ll *Logger) Debug(format string, v ...interface{}) {
|
||||
ll.Println(msg)
|
||||
}
|
||||
|
||||
// GORM 的 Logger实现
|
||||
// Print GORM 的 Logger实现
|
||||
func (ll *Logger) Print(v ...interface{}) {
|
||||
if LevelDebug > ll.level {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user