mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Refactor startup deprecation messages (#30305)
It doesn't change logic, it only does: 1. Rename the variable and function names 2. Use more consistent format when mentioning config section&key 3. Improve some messages
This commit is contained in:
		| @@ -168,7 +168,7 @@ func GetGeneralTokenSigningSecret() []byte { | ||||
| 		} | ||||
| 		if generalSigningSecret.CompareAndSwap(old, &jwtSecret) { | ||||
| 			// FIXME: in main branch, the signing token should be refactored (eg: one unique for LFS/OAuth2/etc ...) | ||||
| 			log.Warn("OAuth2 is not enabled, unable to use a persistent signing secret, a new one is generated, which is not persistent between restarts and cluster nodes") | ||||
| 			logStartupProblem(1, log.WARN, "OAuth2 is not enabled, unable to use a persistent signing secret, a new one is generated, which is not persistent between restarts and cluster nodes") | ||||
| 			return jwtSecret | ||||
| 		} | ||||
| 		return *generalSigningSecret.Load() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user