ssh push support
This commit is contained in:
parent
f7826d4ed7
commit
bbf5345004
3 changed files with 8 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue