mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 03:25:11 +01:00 
			
		
		
		
	Use correct defaultValue for stracktrace (#17552)
This commit is contained in:
		
							parent
							
								
									a161c2ca58
								
							
						
					
					
						commit
						bc6df18fb3
					
				| @ -120,7 +120,7 @@ func getLogLevel(section *ini.Section, key string, defaultValue log.Level) log.L | ||||
| } | ||||
| 
 | ||||
| func getStacktraceLogLevel(section *ini.Section, key string, defaultValue string) string { | ||||
| 	value := section.Key(key).MustString("none") | ||||
| 	value := section.Key(key).MustString(defaultValue) | ||||
| 	return log.FromString(value).String() | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user