mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Add more log to locate issue
This commit is contained in:
		
							
								
								
									
										3
									
								
								serve.go
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								serve.go
									
									
									
									
									
								
							| @@ -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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user