mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-05 17:20:29 +08:00
ssh push support
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user