@@ -85,6 +85,15 @@ class Snapshots extends Command {
* @var SnapshotJob $entity
*/
foreach ($entities->get() as $entity) {
+
+ logModuleCall(
+ 'proxmoxCloud',
+ __FUNCTION__,
+ $entity,
+ 'Debug',
+ $productIds
+ );
try {
$now = new \DateTime();
$today = $now->format("l");