mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-04 14:46:57 -05:00
add showinfo for xorm
This commit is contained in:
parent
d89e630bc0
commit
d84d6dfdae
@ -111,6 +111,7 @@ func SetEngine() (err error) {
|
|||||||
x.Logger = xorm.NewSimpleLogger(f)
|
x.Logger = xorm.NewSimpleLogger(f)
|
||||||
|
|
||||||
x.ShowSQL = true
|
x.ShowSQL = true
|
||||||
|
x.ShowInfo = true
|
||||||
x.ShowDebug = true
|
x.ShowDebug = true
|
||||||
x.ShowErr = true
|
x.ShowErr = true
|
||||||
x.ShowWarn = true
|
x.ShowWarn = true
|
||||||
|
Loading…
Reference in New Issue
Block a user