mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Stop passing in loggers to clusters explicitly (#21999)
This commit is contained in:
		| @@ -45,9 +45,6 @@ func TestCache_UsingAutoAuthToken(t *testing.T) { | ||||
| 	var err error | ||||
| 	logger := logging.NewVaultLogger(log.Trace) | ||||
| 	coreConfig := &vault.CoreConfig{ | ||||
| 		DisableMlock: true, | ||||
| 		DisableCache: true, | ||||
| 		Logger:       log.NewNullLogger(), | ||||
| 		LogicalBackends: map[string]logical.Factory{ | ||||
| 			"kv": vault.LeasedPassthroughBackendFactory, | ||||
| 		}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nick Cabatoff
					Nick Cabatoff