Browse Source

bug fixed

tags/v1.2.0-rc1
Lunny Xiao 12 years ago
parent
commit
87eb2c3665
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      update.go

+ 3
- 0
update.go View File

@@ -30,6 +30,9 @@ gogs serv provide access auth for repositories`,

// for command: ./gogs update
func runUpdate(c *cli.Context) {
base.NewConfigContext()
models.LoadModelsConfig()
models.NewEngine()
//level := "0"
//os.MkdirAll("log", os.ModePerm)
//log.NewLogger(10000, "file", fmt.Sprintf(`{"level":%s,"filename":"%s"}`, level, "log/serv.log"))


Loading…
Cancel
Save