models: add config options for XORM logger (#3183)

Added new config section '[log.xorm]'.
This commit is contained in:
Unknwon
2017-03-23 18:34:25 -04:00
parent 66c1e6b0e8
commit 8a3f4fc616
10 changed files with 77 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.10.26.0323"
const APP_VER = "0.10.27.0323"
func init() {
setting.AppVer = APP_VER