We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8472c5 commit b40e28aCopy full SHA for b40e28a
app/code/Meta/BusinessExtension/Logger/Handler.php
@@ -59,11 +59,9 @@ public function setPublisher(PublisherInterface $publisher)
59
}
60
61
/**
62
- * Overriding the write function to put logs onto message queue to be persisted to Meta async and logging locally
63
- *
64
- * @param array $record
65
- */
66
- protected function write(array $record): void
+ * @inheritDoc
+ * */
+ protected function write($record): void
67
{
68
$logTypeIsSet = isset($record['context']['log_type']);
69
if ($logTypeIsSet && $record['context']['log_type'] === FBEHelper::PERSIST_META_LOG_IMMEDIATELY) {
0 commit comments