1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-26 09:09:36 -05:00

Add more log to locate issue

This commit is contained in:
Unknown 2014-03-25 07:56:06 -04:00
parent 34bea3650b
commit 09e7e76204

View file

@ -73,8 +73,7 @@ func In(b string, sl map[string]int) bool {
}
func runServ(k *cli.Context) {
fmt.Println("new serv request", log.Mode, log.Config)
log.Trace("new serv request")
log.Trace("new serv request " + log.Mode + ":" + log.Config)
base.NewConfigContext()
models.LoadModelsConfig()