vendor/magento/framework/Logger/Monolog.php
public function addRecord($level, $message, array $context = [])
{
$context[uniqid('trace')] = (new \Exception())->getTraceAsString();
vendor/magento/framework/Logger/Monolog.php
public function addRecord($level, $message, array $context = [])
{
$context[uniqid('trace')] = (new \Exception())->getTraceAsString();