Skip to content

Commit

Permalink
fix: notify in the logs about backup completion
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Canovai <[email protected]>
  • Loading branch information
fcanovai committed Oct 9, 2024
1 parent d8d00c1 commit 7882ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/backup/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,7 @@ func (b *Command) Take(
return err
}

log.Info("Completed barman-cloud-backup", "options", options)

return nil
}

0 comments on commit 7882ccb

Please sign in to comment.