Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-24 18:56:11 +01:00

add showinfo for xorm

This commit is contained in:
lunnyxiao 2014-09-08 12:11:25 +08:00
parent d89e630bc0
commit d84d6dfdae

View file

@ -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