#18633: Displaying full stack trace of logged exceptions

Work Item: 18633

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-04-24 15:40:08 -07:00
parent f73b259894
commit 6a63b6dfc5

View File

@@ -38,7 +38,7 @@ namespace Orchard.Exceptions {
return false;
}
Logger.Error(exception.Message);
Logger.Error(exception, "An unexpected exception was caught");
do {
RaiseNotification(exception);