Closed falahatiali closed 7 months ago
make sure all your processors are returning a LogRecord
make sure all your processors are returning a LogRecord
what do you mean from processors?
I get this new exception.
User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead
Monolog version 3. we are using 3.7 version. the format function signature changed from array $records to LogRecord $record.
I changed all array $record to LogRecord object but when I try to clear the cache in Symfony I get this exception: