0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-11 00:50:27 -05:00

Add more log to locate issue

This commit is contained in:
Unknown 2014-03-25 07:38:48 -04:00
parent c3953a62fd
commit ca49acfe67

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()