diff --git a/src/Pdk/Plugin/Repository/PdkOrderRepository.php b/src/Pdk/Plugin/Repository/PdkOrderRepository.php index edb790614..e07d23545 100644 --- a/src/Pdk/Plugin/Repository/PdkOrderRepository.php +++ b/src/Pdk/Plugin/Repository/PdkOrderRepository.php @@ -113,7 +113,7 @@ public function getByApiIdentifier(string $uuid): ?PdkOrder } } - Logger::log( + Logger::debug( 'Did not find order with apiIdentifier', [ 'apiIdentifier' => $uuid,