We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab3c8a commit cc9f937Copy full SHA for cc9f937
bundle/SiteAccess/Resolver/NativeResolver.php
@@ -97,7 +97,12 @@ private function internalResolve(Location $location): string
97
98
// Error: No siteaccesses were found for the Location, return the current siteaccess
99
if (empty($siteaccessSet)) {
100
- $this->logger->error(sprintf('Found no siteaccesses for Location #%d', $location->id));
+ $this->logger->debug(
101
+ sprintf(
102
+ 'Found no siteaccesses for Location #%d',
103
+ $location->id
104
+ ),
105
+ );
106
107
return $currentSiteaccess;
108
}
0 commit comments