diff --git a/src/FondOfSpryker/Shared/Contentful/Builder/Builder.php b/src/FondOfSpryker/Shared/Contentful/Builder/Builder.php index 8b75a41..26915a3 100644 --- a/src/FondOfSpryker/Shared/Contentful/Builder/Builder.php +++ b/src/FondOfSpryker/Shared/Contentful/Builder/Builder.php @@ -72,7 +72,7 @@ public function getContentfulEntry(string $entryId, string $locale, array $optio $renderer = $this->findRendererFor($response); if ($response->getId() === null) { - $this->getLogger()->error('Contentful entry not found', ['entryId' => $entryId, 'locale' => $locale]); + $this->getLogger()->debug('Contentful entry not found', ['entryId' => $entryId, 'locale' => $locale]); } return $renderer->getRawEntry($response, $options);