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