Browse Source

Add more log to locate issue

tags/v1.2.0-rc1
Unknown 12 years ago
parent
commit
ca49acfe67
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      serve.go

+ 2
- 0
serve.go View File

@@ -73,6 +73,8 @@ func In(b string, sl map[string]int) bool {
}

func runServ(k *cli.Context) {
log.Trace("new serv request")

base.NewConfigContext()
models.LoadModelsConfig()
models.NewEngine()


Loading…
Cancel
Save