mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
Log the config after loading
This commit is contained in:
@@ -33,8 +33,6 @@ func getLogger() logging.Logger {
|
||||
|
||||
// ValidateKey checks if the provided base64-encoded key is suitable for AES-256
|
||||
func ValidateKey(key string) error {
|
||||
log := getLogger()
|
||||
log.Debug("validating encryption key")
|
||||
_, err := decodeAndValidateKey(key)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user