commit | 80095cf96c58bccfc6ddebd339aa0898e0db7b3c | [log] [tgz] |
---|---|---|
author | ricolin <rlin@vexxhost.com> | Wed Jul 12 14:32:48 2023 +0000 |
committer | ricolin <rlin@vexxhost.com> | Wed Jul 12 14:32:48 2023 +0000 |
tree | df27c229172a6f1c2cf174db346e5c358480047e | |
parent | addbc1e4b6c1f02513a50b1dfc5e98d7d1397177 [diff] |
Add more debug logs
diff --git a/staffeln/conductor/manager.py b/staffeln/conductor/manager.py index 7b22588..0f876c6 100755 --- a/staffeln/conductor/manager.py +++ b/staffeln/conductor/manager.py
@@ -226,6 +226,10 @@ ) return True elif now - self.threshold_strtime < backup_age: + LOG.debug( + f"Found potential volume backup for retention: Backup ID: {backup.backup_id} " + f"with backup age: {backup_age} (Default retention time: {self.threshold_strtime})." + ) return True return False