mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	Added optional -log-level flag to 'operator migrate' command (#15405)
This commit is contained in:
		| @@ -189,9 +189,9 @@ func (c *ServerCommand) Flags() *FlagSets { | ||||
| 		Target:     &c.flagLogLevel, | ||||
| 		Default:    notSetValue, | ||||
| 		EnvVar:     "VAULT_LOG_LEVEL", | ||||
| 		Completion: complete.PredictSet("trace", "debug", "info", "warn", "err"), | ||||
| 		Completion: complete.PredictSet("trace", "debug", "info", "warn", "error"), | ||||
| 		Usage: "Log verbosity level. Supported values (in order of detail) are " + | ||||
| 			"\"trace\", \"debug\", \"info\", \"warn\", and \"err\".", | ||||
| 			"\"trace\", \"debug\", \"info\", \"warn\", and \"error\".", | ||||
| 	}) | ||||
|  | ||||
| 	f.StringVar(&StringVar{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Peter Wilson
					Peter Wilson