From 5d009163f07074ad34324bd244c11cae9c24e708 Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Tue, 20 May 2025 18:59:17 +0200 Subject: [PATCH] add debug logging --- src/APnutI.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/APnutI.php b/src/APnutI.php index a3d4a4d..64efd6c 100644 --- a/src/APnutI.php +++ b/src/APnutI.php @@ -521,6 +521,7 @@ class APnutI return []; } $polls = []; + $this->logger->debug('Parsing ' . count($response) . 'results'); foreach ($response as $post) { if (!empty($post['raw'])) { foreach ($post['raw'] as $raw) {