Mohamed El Mrabet

Results 34 comments of Mohamed El Mrabet

Hello, if you are interested he can offer a fix and send a PR

The solution is as bellow `` /** * @param LogRecord $record */ protected function write(LogRecord $record): void { $this->records[] = array( 'message' => $record->formatted, 'is_string' => true, 'label' => strtolower($record->level->getName()),...

Hello @magento-translation-team Can you review my PR? Thanks