debug: log hostname and Brevo api_key in download-white-paper route
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 22s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-06-05 11:51:33 +02:00
parent 733140b393
commit 4ea4cd91f5

View file

@ -187,6 +187,8 @@ return [
$brevoApiKey = $brevo['api_key'] ?? '';
$brevoListId = (int)($brevo['list_id'] ?? 5);
error_log('[WP] hostname: ' . ($_SERVER['SERVER_NAME'] ?? 'unknown') . ' | brevo api_key: "' . $brevoApiKey . '"');
upsertKirbyContact($page, $contact);
$brevoResult = null;