Skip to content

Commit

Permalink
Do not lose log context when meta telemetry logging is disabled #25 (@…
Browse files Browse the repository at this point in the history
  • Loading branch information
zlik authored Oct 2, 2024
1 parent 957355c commit ace5d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Meta/BusinessExtension/Helper/FBEHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public function getFBEExternalBusinessId($storeId)
public function log($info, array $context = [])
{
if (!isset($context['log_type'])) {
$this->logger->info($info);
$this->logger->info($info, $context);
return;
}

Expand Down

0 comments on commit ace5d4f

Please sign in to comment.