Normalizacion con profundidad
This commit is contained in:
@ -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'];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user