1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-15 23:17:19 +00:00

ssh push support

This commit is contained in:
Lunny Xiao
2014-02-25 15:28:04 +08:00
parent f7826d4ed7
commit bbf5345004
3 changed files with 8 additions and 6 deletions

View File

@@ -76,7 +76,9 @@ func setEngine() {
//x.ShowDebug = true
//orm.ShowErr = true
//x.ShowSQL = true
f, _ := os.Create("xorm.log")
orm.Logger = f
orm.ShowSQL = true
//log.Trace("Initialized database -> %s", dbName)