chore: improve log message

This commit is contained in:
2025-03-13 14:26:32 +01:00
parent 528282bbd4
commit 71cf3fae85
4 changed files with 10 additions and 9 deletions

View File

@@ -104,7 +104,7 @@ func azureBackup(db *dbConfig, config *BackupConfig) {
})
// Delete temp
deleteTemp()
utils.Info("Backup successfully completed in %s", duration)
utils.Info("The backup of the %s database has been completed in %s", db.dbName, duration)
}
func azureRestore(db *dbConfig, conf *RestoreConfig) {
utils.Info("Restore database from Azure Blob storage")