Added exception context for errror/exception handler logging
This commit is contained in:
parent
04dae16157
commit
08a15d8724
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class Handler
|
|||
$message = sprintf(
|
||||
'%s: %s (uncaught exception) at %s line %s', get_class($exception), $exception->getMessage(), $exception->getFile(), $exception->getLine()
|
||||
);
|
||||
$this->logger->error($message);
|
||||
$this->logger->error($message, array('exception' => $exception));
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue