fix(clustertool): fix undue verbosity on SOPS
This commit is contained in:
@@ -37,7 +37,8 @@ func LoadSopsConfig() (SopsConfig, error) {
|
||||
log.Debug().Msg("Successfully unmarshaled YAML data into struct")
|
||||
|
||||
// Log the loaded struct
|
||||
log.Info().Interface("loadedConfig", config).Msg("Loaded SopsConfig successfully")
|
||||
log.Info().Msg("Loaded SopsConfig successfully")
|
||||
log.Debug().Interface("loaded SOPS Config", config)
|
||||
|
||||
return config, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user