fisx(clustertool): signficantly redice verbosity on encryption/decryption/check code.

This commit is contained in:
Kjeld Schouten
2024-10-26 14:40:44 +02:00
parent ad23108ab3
commit b16bd485cf
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func LoadSopsConfig() (SopsConfig, error) {
log.Debug().Msg("Successfully unmarshaled YAML data into struct")
// Log the loaded struct
log.Info().Msg("Loaded SopsConfig successfully")
log.Debug().Msg("Loaded SopsConfig successfully")
log.Debug().Interface("loaded SOPS Config", config)
return config, nil