Skip to content

Commit ace5d4f

Browse files
authored
Do not lose log context when meta telemetry logging is disabled #25 (@ihor-sviziev) (#790)
1 parent 957355c commit ace5d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Meta/BusinessExtension/Helper/FBEHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function getFBEExternalBusinessId($storeId)
265265
public function log($info, array $context = [])
266266
{
267267
if (!isset($context['log_type'])) {
268-
$this->logger->info($info);
268+
$this->logger->info($info, $context);
269269
return;
270270
}
271271

0 commit comments

Comments
 (0)