mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-11 08:36:30 +02:00
When handling exception log exception message rather generic message
This commit is contained in:
@ -123,7 +123,7 @@ class ErrorHandler
|
||||
{
|
||||
$this->logger->log(
|
||||
$this->uncaughtExceptionLevel === null ? LogLevel::ERROR : $this->uncaughtExceptionLevel,
|
||||
'Uncaught exception',
|
||||
$e->getMessage(),
|
||||
array('exception' => $e)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user