mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	print error log to client side when dev mode
This commit is contained in:
		| @@ -76,6 +76,9 @@ func fail(userMessage, logMessage string, args ...interface{}) { | |||||||
| 	fmt.Fprintln(os.Stderr, "Gogs:", userMessage) | 	fmt.Fprintln(os.Stderr, "Gogs:", userMessage) | ||||||
|  |  | ||||||
| 	if len(logMessage) > 0 { | 	if len(logMessage) > 0 { | ||||||
|  | 		if !setting.ProdMode { | ||||||
|  | 			fmt.Fprintf(os.Stderr, logMessage, args...) | ||||||
|  | 		} | ||||||
| 		log.GitLogger.Fatal(3, logMessage, args...) | 		log.GitLogger.Fatal(3, logMessage, args...) | ||||||
| 		return | 		return | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user