Browse Source

add showinfo for xorm

pull/451/head
lunnyxiao 10 years ago
parent
commit
d84d6dfdae
  1. 1
      models/models.go

1
models/models.go

@ -111,6 +111,7 @@ func SetEngine() (err error) {
x.Logger = xorm.NewSimpleLogger(f)
x.ShowSQL = true
x.ShowInfo = true
x.ShowDebug = true
x.ShowErr = true
x.ShowWarn = true

Loading…
Cancel
Save