feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
387 changed files with 1134 additions and 17658 deletions
Showing only changes of commit 8a5e41a722 - Show all commits

View File

@ -13,7 +13,7 @@ class PDOFormatter extends JsonFormatter
public function format(LogRecord $record): string
{
$normalized = $this->normalize($record);
$normalized = $this->normalize($record, $this->maxNormalizeDepth);
return $normalized['message'];
}
}