Add more log to locate issue
This commit is contained in:
parent
c3953a62fd
commit
ca49acfe67
2
serve.go
2
serve.go
@ -73,6 +73,8 @@ func In(b string, sl map[string]int) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func runServ(k *cli.Context) {
|
func runServ(k *cli.Context) {
|
||||||
|
log.Trace("new serv request")
|
||||||
|
|
||||||
base.NewConfigContext()
|
base.NewConfigContext()
|
||||||
models.LoadModelsConfig()
|
models.LoadModelsConfig()
|
||||||
models.NewEngine()
|
models.NewEngine()
|
||||||
|
Loading…
Reference in New Issue
Block a user