mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Fix log bug
This commit is contained in:
		| @@ -15,7 +15,7 @@ var ( | ||||
| ) | ||||
|  | ||||
| func init() { | ||||
| 	NewLogger(10000, "console", `{"level": 0}`) | ||||
| 	NewLogger(0, "console", `{"level": 0}`) | ||||
| } | ||||
|  | ||||
| func NewLogger(bufLen int64, mode, config string) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user