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)