Compare commits

...

1 Commits

Author SHA1 Message Date
8420667a8e Chore: Remove log 2024-03-01 08:32:04 +01:00

View File

@ -543,7 +543,6 @@ func (tm *TokenManager) MonitorSecretChanges(secretTemplate Template, sigChan ch
existingEtag = currentEtag
if !firstRun && execCommand != "" {
log.Info().Msgf("executing command: %s", execCommand)
err := ExecuteCommandWithTimeout(execCommand, execTimeout)
if err != nil {